Skip to content

Commit

Permalink
Demonstrate 2.7 break
Browse files Browse the repository at this point in the history
  • Loading branch information
gjtorikian committed Jan 20, 2020
1 parent 657ca7d commit 6463dbf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ rvm:
- 2.4.3
- 2.5.0
- 2.6.0
- 2.7.0
- ruby-head

git:
depth: 10
Expand All @@ -16,6 +18,8 @@ sudo: false
cache: bundler

matrix:
allow_failures:
- rvm: ruby-head
include:
- script: bundle exec rake rubocop
rvm: 2.6.0
rvm: 2.7.0

0 comments on commit 6463dbf

Please sign in to comment.