Skip to content

Commit

Permalink
Fix final Travis CI error, do not run main Gemfile against ruby versi…
Browse files Browse the repository at this point in the history
…on 2.0.0
  • Loading branch information
JakeBeresford authored and norydev committed Mar 19, 2020
1 parent ecb396d commit 8fe3725
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,12 @@ matrix:
rvm: 1.9.2
- gemfile: Gemfile
rvm: 1.9.3
- gemfile: gemfiles/Gemfile.listen_2
- gemfile: Gemfile
rvm: 2.0.0
- gemfile: gemfiles/Gemfile.listen_2
rvm: 1.9.2
- gemfile: gemfiles/Gemfile.listen_2
rvm: 1.9.3
- gemfile: gemfiles/Gemfile.listen_2
rvm: 1.9.2
rvm: 2.0.0
script: bundle exec rake

0 comments on commit 8fe3725

Please sign in to comment.