Commit afd98f8321328adbf2f76ea302c30c40a3674add
1 parent
72ed6347
Exists in
staging
and in
3 other branches
Added specific things for noosferogov
Showing
1 changed file
with
6 additions
and
1 deletions
Show diff stats
.travis.yml
| @@ -24,11 +24,16 @@ addons: | @@ -24,11 +24,16 @@ addons: | ||
| 24 | - libsqlite3-dev | 24 | - libsqlite3-dev |
| 25 | - libxslt1-dev | 25 | - libxslt1-dev |
| 26 | 26 | ||
| 27 | +git: | ||
| 28 | + submodules: false | ||
| 29 | + | ||
| 27 | # workaround for https://github.com/travis-ci/travis-ci/issues/4536 | 30 | # workaround for https://github.com/travis-ci/travis-ci/issues/4536 |
| 28 | before_install: | 31 | before_install: |
| 29 | - - rm -f Gemfile.lock | 32 | + - rm -f Gemfile.lock |
| 30 | - export GEM_HOME=$PWD/vendor/bundle/ruby/2.2.0 | 33 | - export GEM_HOME=$PWD/vendor/bundle/ruby/2.2.0 |
| 31 | - gem install bundler | 34 | - gem install bundler |
| 35 | + - sed -i 's/softwarepublico.gov.br\/gitlab/github.com/' .gitmodules | ||
| 36 | + - git submodule update --init --recursive | ||
| 32 | cache: bundler | 37 | cache: bundler |
| 33 | 38 | ||
| 34 | before_script: | 39 | before_script: |