Skip to content

Commit

Permalink
Fix travis settings
Browse files Browse the repository at this point in the history
  • Loading branch information
robertomiranda committed Jun 7, 2019
1 parent c113cf3 commit 6216330
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ rvm:
- 2.6
- ruby-head
gemfile:
- gemfiles/4.2.gemfile
- gemfiles/5.0.gemfile
- gemfiles/5.1.gemfile
- gemfiles/5.2.gemfile
- gemfiles/6.0.gemfile
- gemfiles/rails_4.2.gemfile
- gemfiles/rails_5.0.gemfile
- gemfiles/rails_5.1.gemfile
- gemfiles/rails_5.2.gemfile
- gemfiles/rails_6.0.gemfile
matrix:
exclude:
- rvm: 2.3
gemfile: gemfiles/6.0.gemfile
gemfile: gemfiles/rails_6.0.gemfile
- rvm: 2.4
gemfile: gemfiles/6.0.gemfile
gemfile: gemfiles/rails_6.0.gemfile
fast_finish: true
allow_failures:
- rvm: ruby-head
Expand Down

0 comments on commit 6216330

Please sign in to comment.