Merge pull request #1209 from arthurnn/travis_ci

Travis ci update
This commit is contained in:
Ben Hollis 2014-03-18 20:02:51 -07:00
commit 6b7e995548

View file

@ -2,6 +2,7 @@ language: ruby
bundler_args: --without development
rvm:
- ruby-head
- 2.1.1
- 2.1.0
- 2.0.0
- 1.9.3
@ -10,7 +11,6 @@ matrix:
fast_finish: true
allow_failures:
- rvm: ruby-head
- rvm: 2.1.0
- rvm: jruby-19mode
env: TEST=true
before_install: git submodule update --init --recursive