Commit 6f0d9f96 authored by Greg Williams's avatar Greg Williams
Browse files

Updated travis config to disable default clone behavior which is borking...

Updated travis config to disable default clone behavior which is borking nested submodules by trying to update nested submodules before the parent submodule is setup
parent f19bec6e
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -2,7 +2,10 @@ language: ruby
rvm:
  - "1.9.3"
  - "2.0.0"
# uncomment this line if your project needs to run something other than `rake`:
script: bundle exec rake ci
git:
  submodules: false
before_install:
  - git submodule update --init --recursive
script:
  - bundle install
  - bundle exec rake ci