Commit 72ed63479d9c0163b0b214062f6d1633a5be4ebf
1 parent
533510e8
Exists in
staging
and in
3 other branches
Wont stop travis if Gemfile.lock does not exist
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
.travis.yml
@@ -26,7 +26,7 @@ addons: | @@ -26,7 +26,7 @@ addons: | ||
26 | 26 | ||
27 | # workaround for https://github.com/travis-ci/travis-ci/issues/4536 | 27 | # workaround for https://github.com/travis-ci/travis-ci/issues/4536 |
28 | before_install: | 28 | before_install: |
29 | - - rm Gemfile.lock | 29 | + - rm -f Gemfile.lock |
30 | - export GEM_HOME=$PWD/vendor/bundle/ruby/2.2.0 | 30 | - export GEM_HOME=$PWD/vendor/bundle/ruby/2.2.0 |
31 | - gem install bundler | 31 | - gem install bundler |
32 | cache: bundler | 32 | cache: bundler |