File tree Expand file tree Collapse file tree 3 files changed +2
-11
lines changed
Expand file tree Collapse file tree 3 files changed +2
-11
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,6 @@ language: ruby
44install : true
55script : " script/cibuild"
66
7- before_install :
8- - " script/travis-before-install"
9-
107matrix :
118 include :
129 # Build with latest ruby
Original file line number Diff line number Diff line change 1414echo ' Running bundler'
1515cd " ${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
2020if [ $? -ne 0 ]; then
2121 echo ' bundle install failed - aborting bootstrap'
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments