Skip to content

Commit

Permalink
Update travis
Browse files Browse the repository at this point in the history
  • Loading branch information
rossta committed Jul 8, 2019
1 parent f10d5b2 commit d777b3f
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ cache:
directories:
- node_modules
rvm:
- 2.4.4
- 2.5.3
- 2.4
- 2.5
- 2.6
before_install:
- gem uninstall -v '>= 2' -i $(rvm gemdir)@global -ax bundler || true
- gem install bundler -v '< 2'
Expand All @@ -18,6 +19,10 @@ gemfile:
- gemfiles/rails_4.2.gemfile
- gemfiles/rails_5.0.gemfile
- gemfiles/rails_5.1.gemfile
- gemfiles/rails_5.2.gemfile
- gemfiles/rails_3.2.gemfile
matrix:
exclude:
- rvm: 2.6
gemfile: gemfiles/rails_3.2.gemfile
script:
- bundle exec rake

0 comments on commit d777b3f

Please sign in to comment.