Skip to content

Commit

Permalink
rails 6 needs ruby 2.5+
Browse files Browse the repository at this point in the history
  • Loading branch information
GBH committed Dec 25, 2019
1 parent c04fa6f commit a1584e9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,17 @@ rvm:
- 2.4.9
- 2.5.7
- 2.6.5
- ruby-head
gemfile:
- test/gemfiles/5.2.gemfile
- test/gemfiles/6.0.gemfile
jobs:
include:
- rvm: 2.5.7
gemfile: test/gemfiles/6.0.gemfile
- rvm: 2.6.5
gemfile: test/gemfiles/6.0.gemfile
branches:
only:
- master

before_install:
- gem update --system
- gem update bundler
Expand All @@ -39,6 +42,3 @@ script:
- bundle exec rake test
- SKIP_COV=true bundle exec rake test:system
- bundle exec rubocop
matrix:
allow_failures:
- rvm: ruby-head

0 comments on commit a1584e9

Please sign in to comment.