Commit d19ad57a7f334e4c10d055dcd76a31b861e08aba

Authored by Evandro Jr
1 parent 7b2bc6ad

- rm Gemfile.lock before_install travis

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
.travis.yml
... ... @@ -29,6 +29,7 @@ git:
29 29  
30 30 # workaround for https://github.com/travis-ci/travis-ci/issues/4536
31 31 before_install:
  32 + - rm Gemfile.lock
32 33 - export GEM_HOME=$PWD/vendor/bundle/ruby/2.2.0
33 34 - gem install bundler
34 35 - sed -i 's/softwarepublico.gov.br\/gitlab/github.com/' .gitmodules
... ...