Skip to content

Commit 559dd7b

Browse files
committed
Remove bundler before installing new one
1 parent 7ff86f2 commit 559dd7b

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ install: true
55
script: "script/cibuild"
66

77
before_install:
8+
- gem uninstall bundler
89
- gem install bundler -v 1.15.4
910

1011
matrix:

script/bootstrap

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,6 @@ shopt -s extglob
1111
cd "${DIR}/bin" && rm -f !(octocatalog-diff)
1212
set +e
1313

14-
# Under travis CI install our bundler version
15-
if [ -n "$TRAVIS_JOB_ID" ]; then
16-
cd "$DIR"
17-
gem install vendor/cache/bundler-*.gem
18-
fi
19-
2014
echo 'Running bundler'
2115
cd "${DIR}" && \
2216
rm -f Gemfile.lock && \

0 commit comments

Comments
 (0)