From 72ed63479d9c0163b0b214062f6d1633a5be4ebf Mon Sep 17 00:00:00 2001 From: Evandro Junior Date: Thu, 14 Jan 2016 14:10:59 -0300 Subject: [PATCH] Wont stop travis if Gemfile.lock does not exist --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index cc2369e..b86934d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,7 +26,7 @@ addons: # workaround for https://github.com/travis-ci/travis-ci/issues/4536 before_install: - - rm Gemfile.lock + - rm -f Gemfile.lock - export GEM_HOME=$PWD/vendor/bundle/ruby/2.2.0 - gem install bundler cache: bundler -- libgit2 0.21.2