fast failures and Ruby 2.1 / head testing

i18n_v4
Karl Freeman 2013-12-27 23:12:48 +00:00
parent e996868033
commit b1c0d73259
1 changed files with 9 additions and 8 deletions

View File

@ -1,15 +1,16 @@
language: ruby
rvm:
- 1.9.3
- ruby-head
- 2.1.0
- 2.0.0
- 1.9.3
- jruby-19mode
matrix:
fast_finish: true
allow_failures:
- rvm: ruby-head
- rvm: 2.1.0
- rvm: jruby-19mode
script: "bundle exec rake test"
before_install:
- git submodule update --init --recursive
env: TEST=true TRAVIS=true
before_install: git submodule update --init --recursive
script: bundle exec rake test