Commit afd98f8321328adbf2f76ea302c30c40a3674add

Authored by Evandro Junior
1 parent 72ed6347

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 24 - libsqlite3-dev
25 25 - libxslt1-dev
26 26  
  27 +git:
  28 + submodules: false
  29 +
27 30 # workaround for https://github.com/travis-ci/travis-ci/issues/4536
28 31 before_install:
29   - - rm -f Gemfile.lock
  32 + - rm -f Gemfile.lock
30 33 - export GEM_HOME=$PWD/vendor/bundle/ruby/2.2.0
31 34 - gem install bundler
  35 + - sed -i 's/softwarepublico.gov.br\/gitlab/github.com/' .gitmodules
  36 + - git submodule update --init --recursive
32 37 cache: bundler
33 38  
34 39 before_script:
... ...