We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e506037 commit 007eeeaCopy full SHA for 007eeea
.travis.yml
@@ -1,7 +1,10 @@
1
sudo: false
2
language: ruby
3
before_install:
4
- - gem install bundler
+ - if [[ $TRAVIS_RUBY_VERSION =~ ^(1|2\.[012]|jruby-1)\. ]]; then gem install rubygems-update --version '~> 2.7' --no-document && update_rubygems; elif [[ ! $TRAVIS_RUBY_VERSION =~ ^truffleruby- ]]; then gem update --system; fi
5
+ - gem --version
6
+ - if [[ $TRAVIS_RUBY_VERSION =~ ^(1|2\.[012]|jruby-1)\. ]]; then gem install bundler --version '~> 1.17'; else gem install bundler; fi
7
+ - bundle --version
8
notifications:
9
email:
10
- [email protected]
0 commit comments