Update travis config

This commit is contained in:
bogdanvlviv 2016-10-02 00:44:34 +03:00 committed by Joshua Clayton
parent a1553a7439
commit 2fa1bf876b
No known key found for this signature in database
GPG Key ID: 5B6558F77E9A8118
1 changed files with 10 additions and 8 deletions

View File

@ -1,9 +1,10 @@
rvm:
- 1.9.3
- 2.0.0
- 2.1.0
- 2.2.2
- 2.3.0
- 2.1.9
- 2.2.5
- 2.3.1
- ruby-head
- jruby-19mode
- rbx-2
before_install:
@ -20,17 +21,18 @@ gemfile:
- gemfiles/5.0.gemfile
matrix:
fast_finish: true
allow_failures:
- rvm: jruby-19mode
gemfile: gemfiles/5.0.gemfile
exclude:
- rvm: 1.9.3
gemfile: gemfiles/5.0.gemfile
- rvm: 2.0.0
gemfile: gemfiles/5.0.gemfile
- rvm: 2.1.0
- rvm: 2.1.9
gemfile: gemfiles/5.0.gemfile
allow_failures:
- rvm: ruby-head
- rvm: jruby-19mode
gemfile: gemfiles/5.0.gemfile
- rvm: rbx-2
gemfile: gemfiles/5.0.gemfile
branches:
only:
- master