Skip to content

Commit

Permalink
Merge pull request #36 from eitoball/fix-travis-ci-config
Browse files Browse the repository at this point in the history
Update .travis.yml
  • Loading branch information
rymai authored Jul 30, 2019
2 parents 9499353 + 6069b5e commit da7046f
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,17 @@ language: ruby
bundler_args: --without development
rvm:
- ruby-head
- 2.2.5
- 2.3.1
- jruby-9.0.5.0
- 2.3.8
- 2.4.6
- 2.5.5
- 2.6.3
- jruby-9.1.17.0
sudo: false
cache: bundler
before_install:
- gem uninstall -v '>= 2' -i $(rvm gemdir)@global -ax bundler || true
- gem uninstall -v '>= 2' -ax bundler || true # for jruby
- gem install bundler -v '~> 1.7'
matrix:
allow_failures:
- rvm: ruby-head # ruby-head bundles bundler 2.1

0 comments on commit da7046f

Please sign in to comment.