Skip to content

Commit 7ff86f2

Browse files
committed
Test for TRAVIS_JOB_ID instead
1 parent 51f287b commit 7ff86f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/bootstrap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ cd "${DIR}/bin" && rm -f !(octocatalog-diff)
1212
set +e
1313

1414
# Under travis CI install our bundler version
15-
if [ -n "$TRAVIS" ]; then
15+
if [ -n "$TRAVIS_JOB_ID" ]; then
1616
cd "$DIR"
1717
gem install vendor/cache/bundler-*.gem
1818
fi

0 commit comments

Comments
 (0)