1
0
Fork 0
mirror of https://github.com/thoughtbot/factory_bot.git synced 2022-11-09 11:43:51 -05:00

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

View file

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