Skip to content

Commit

Permalink
trying to exclude ruby version 2.4.5 from the rails 6 build.
Browse files Browse the repository at this point in the history
  • Loading branch information
stonean committed Mar 1, 2019
1 parent 80eaf25 commit 1d3c10d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,6 @@ env:
- "TASK=test:sinatra SINATRA=2.0.5"
- "TASK=test:sinatra SINATRA=2.0.4"
- "TASK=test:sinatra SINATRA=2.0.3"
exclude:
- rvm: 2.4.5
- "TASK=test:rails RAILS=6.0.0.beta2"

0 comments on commit 1d3c10d

Please sign in to comment.