Skip to content

Commit d2b6d2c

Browse files
committed
Use system bundler for bootstrap and custom bundler for cibuild
1 parent 50018cf commit d2b6d2c

File tree

3 files changed

+2
-11
lines changed

3 files changed

+2
-11
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ language: ruby
44
install: true
55
script: "script/cibuild"
66

7-
before_install:
8-
- "script/travis-before-install"
9-
107
matrix:
118
include:
129
# Build with latest ruby

script/bootstrap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ set +e
1414
echo 'Running bundler'
1515
cd "${DIR}" && \
1616
rm -f Gemfile.lock && \
17-
"$DIR/script/bundle" install --without='' --no-prune --path vendor/bundle --local && \
18-
"$DIR/script/bundle" binstubs puppet rake rspec-core rubocop parallel_tests && \
17+
bundle install --without='' --no-prune --path vendor/bundle --local && \
18+
bundle binstubs puppet rake rspec-core rubocop parallel_tests && \
1919
chmod 0755 bin/octocatalog-diff
2020
if [ $? -ne 0 ]; then
2121
echo 'bundle install failed - aborting bootstrap'

script/travis-before-install

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)