Skip to content

Commit

Permalink
Fix exclude matrix in travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
bricesanchez committed Mar 7, 2019
1 parent 8def274 commit 3dd5088
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,12 @@ gemfile:
- gemfiles/rails5.gemfile
matrix:
exclude:
- rvm: 2.3
- rvm: 2.6
gemfile: gemfiles/rails3.gemfile
- rvm: 2.3
gemfile: gemfiles/rails4.gemfile
- rvm: 2.3
gemfile: gemfiles/rails5.gemfile
- rvm: 2.4
gemfile: gemfiles/rails5.gemfile
- rvm: 2.5
gemfile: gemfiles/rails5.gemfile
- rvm: 2.6
gemfile: gemfiles/rails5.gemfile
gemfile: gemfiles/rails3.gemfile
- rvm: 2.4
gemfile: gemfiles/rails3.gemfile
script: "bundle exec rake coverage"
before_install:
- gem install bundler
Expand Down

0 comments on commit 3dd5088

Please sign in to comment.