Commit 9f6599cc9f563c33adc81a7d240a732bb23ba77b
Exists in
theme-brasil-digital-from-staging
and in
2 other branches
Merge branch 'staging' of softwarepublico.gov.br:noosferogov/noosfero into staging
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
.travis.yml
@@ -29,6 +29,7 @@ git: | @@ -29,6 +29,7 @@ git: | ||
29 | 29 | ||
30 | # workaround for https://github.com/travis-ci/travis-ci/issues/4536 | 30 | # workaround for https://github.com/travis-ci/travis-ci/issues/4536 |
31 | before_install: | 31 | before_install: |
32 | + - rm Gemfile.lock | ||
32 | - export GEM_HOME=$PWD/vendor/bundle/ruby/2.2.0 | 33 | - export GEM_HOME=$PWD/vendor/bundle/ruby/2.2.0 |
33 | - gem install bundler | 34 | - gem install bundler |
34 | - sed -i 's/softwarepublico.gov.br\/gitlab/github.com/' .gitmodules | 35 | - sed -i 's/softwarepublico.gov.br\/gitlab/github.com/' .gitmodules |