Commit 533510e8db7a28081731bc1521733975e27292bf

Authored by Evandro Jr
1 parent 6c9f1b36
Exists in travis

- rm Gemfile.lock

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   - - rg Gemfile.lock
  29 + - rm Gemfile.lock
30 30 - export GEM_HOME=$PWD/vendor/bundle/ruby/2.2.0
31 31 - gem install bundler
32 32 cache: bundler
... ...