Skip to content

Commit

Permalink
Exclude rails 4 with ruby 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tejasbubane authored and glebm committed May 18, 2020
1 parent 030ae41 commit 5d8c6b7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,18 @@ rvm:
- 2.5
- 2.6
- 2.7

gemfile:
- test/gemfiles/rails_4_2.gemfile
- test/gemfiles/rails_5_0.gemfile
- test/gemfiles/rails_5_1.gemfile
- test/gemfiles/rails_6_0.gemfile

jobs:
exclude:
rvm: 2.7
gemfile: test/gemfiles/rails_4_2.gemfile

cache: bundler
bundler_args: --path ../../vendor/bundle --without debug
notifications:
Expand Down

0 comments on commit 5d8c6b7

Please sign in to comment.