Skip to content

Commit

Permalink
Modify .travis.yml to address build config validation feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
laserlemon committed May 11, 2020
1 parent f52666a commit 6ae998e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,14 @@ gemfile:
- gemfiles/rails52.gemfile
- gemfiles/rails60.gemfile
- gemfiles/rails6.gemfile
language: ruby
matrix:
jobs:
allow_failures:
- rvm: ruby-head
- gemfile: gemfiles/rails6.gemfile
language: ruby
rvm:
- "2.5"
- "2.6"
- "2.7"
- ruby-head
script: bundle exec rspec
sudo: false

0 comments on commit 6ae998e

Please sign in to comment.