Skip to content

Commit

Permalink
Prevent bundle issues with Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pgeraghty committed Mar 9, 2020
1 parent 2b67c6a commit 8e99b79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ script:
-e CC_TEST_REPORTER_ID -it -v $PWD:/app pgeraghty/ansible-ruby:$RUBY-$ANSIBLE_VERSION /bin/sh -c
"cd /app && bundle install --jobs=3 --retry=3 &&
./cc-test-reporter before-build &&
CI=true bundle exec rake"
CI=true bundle exec rake && rm Gemfile.lock"
- >
RUBY=2.6.5 && docker run --rm -it -v $PWD:/app pgeraghty/ansible-ruby:$RUBY-$ANSIBLE_VERSION
/bin/sh -c "cd /app && bundle install --jobs=3 --retry=3 && bundle exec rake"
/bin/sh -c "cp -r /app /tmp/app && cd /tmp/app && bundle install --jobs=3 --retry=3 && bundle exec rake"
- >
RUBY=2.5.7 && docker run --rm -it -v $PWD:/app pgeraghty/ansible-ruby:$RUBY-$ANSIBLE_VERSION
/bin/sh -c "cd /app && bundle install --jobs=3 --retry=3 && bundle exec rake"
Expand Down

0 comments on commit 8e99b79

Please sign in to comment.