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 7ff86f2 commit 559dd7bCopy full SHA for 559dd7b
.travis.yml
@@ -5,6 +5,7 @@ install: true
5
script: "script/cibuild"
6
7
before_install:
8
+ - gem uninstall bundler
9
- gem install bundler -v 1.15.4
10
11
matrix:
script/bootstrap
@@ -11,12 +11,6 @@ shopt -s extglob
cd "${DIR}/bin" && rm -f !(octocatalog-diff)
12
set +e
13
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
-
20
echo 'Running bundler'
21
cd "${DIR}" && \
22
rm -f Gemfile.lock && \
0 commit comments