Skip to content

Commit 51f287b

Browse files
committed
When running under travis install our version of the bundler gem
1 parent 8893179 commit 51f287b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

script/bootstrap

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ 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" ]; then
16+
cd "$DIR"
17+
gem install vendor/cache/bundler-*.gem
18+
fi
19+
1420
echo 'Running bundler'
1521
cd "${DIR}" && \
1622
rm -f Gemfile.lock && \

0 commit comments

Comments
 (0)