Commit 72ed63479d9c0163b0b214062f6d1633a5be4ebf

Authored by Evandro Junior
1 parent 533510e8

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 26  
27 27 # workaround for https://github.com/travis-ci/travis-ci/issues/4536
28 28 before_install:
29   - - rm Gemfile.lock
  29 + - rm -f Gemfile.lock
30 30 - export GEM_HOME=$PWD/vendor/bundle/ruby/2.2.0
31 31 - gem install bundler
32 32 cache: bundler
... ...