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
4
4
install : true
5
5
script : " script/cibuild"
6
6
7
- before_install :
8
- - " script/travis-before-install"
9
-
10
7
matrix :
11
8
include :
12
9
# Build with latest ruby
Original file line number Diff line number Diff line change 14
14
echo ' Running bundler'
15
15
cd " ${DIR} " && \
16
16
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 && \
19
19
chmod 0755 bin/octocatalog-diff
20
20
if [ $? -ne 0 ]; then
21
21
echo ' bundle install failed - aborting bootstrap'
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments