We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51f287b commit 7ff86f2Copy full SHA for 7ff86f2
1 file changed
script/bootstrap
@@ -12,7 +12,7 @@ cd "${DIR}/bin" && rm -f !(octocatalog-diff)
12
set +e
13
14
# Under travis CI install our bundler version
15
-if [ -n "$TRAVIS" ]; then
+if [ -n "$TRAVIS_JOB_ID" ]; then
16
cd "$DIR"
17
gem install vendor/cache/bundler-*.gem
18
fi
0 commit comments