Merge pull request #182 from joshk/patch-1

Use the new build env on Travis
This commit is contained in:
Kyle Conroy 2014-12-15 14:27:44 -08:00
commit f0c698163e

View File

@ -1,11 +1,15 @@
language: ruby language: ruby
rvm: rvm:
- 1.8.7 - 1.8.7
- 1.9.2 - 1.9.2
- 1.9.3 - 1.9.3
- 2.0.0 - 2.0.0
- 2.1.0 - 2.1
gemfile: gemfile:
- gemfiles/default-with-activesupport.gemfile - gemfiles/default-with-activesupport.gemfile
- gemfiles/json.gemfile - gemfiles/json.gemfile
- gemfiles/yajl.gemfile - gemfiles/yajl.gemfile
sudo: false