Commit d19ad57a7f334e4c10d055dcd76a31b861e08aba
1 parent
7b2bc6ad
Exists in
theme-brasil-digital-from-staging
and in
2 other branches
- 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 | ... | ... |