Skip to content

Commit

Permalink
Pin bundler to 2.1.4 for travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
2called-chaos committed Apr 1, 2021
1 parent 3ba5fee commit 89213b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ rvm:
env:
global:
- COVERAGE=true JRUBY_OPTS=--debug
- BUNDLER_VERSION=2.1.4
matrix:
- MONGODB=ubuntu1604-4.2.3
- MONGODB=ubuntu1604-4.0.16
Expand All @@ -22,6 +23,7 @@ cache:

before_install:
- gem update --system
- gem install bundler --version 2.1.4

before_script:
- wget --directory-prefix=mongodb-install/ https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-${MONGODB}.tgz
Expand Down

0 comments on commit 89213b6

Please sign in to comment.