Skip to content

Commit

Permalink
Update bundle install in tarvis for Ruby 2.2 support drop
Browse files Browse the repository at this point in the history
  • Loading branch information
dtaniwaki committed Oct 22, 2019
1 parent 1e0bfd6 commit 60a9671
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,7 @@ before_install:
- gem update --system
- gem --version
install:
# Bundler v2 only supports Ruby v2.3 and above
# For Ruby v2.2, install Bundler v1.x
- if [ $TRAVIS_RUBY_VERSION == "2.2" ];
then gem install bundler -v '< 2';
else gem install bundler;
fi
- gem install bundler;
- bundle --version
- bundle install --jobs=3 --retry=3
script:
Expand Down

0 comments on commit 60a9671

Please sign in to comment.