Let travis know we're using submodules
This commit is contained in:
parent
d0cf90675a
commit
6791dc431c
1 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,9 @@ rvm:
|
||||||
|
|
||||||
script: "bundle exec rake test"
|
script: "bundle exec rake test"
|
||||||
|
|
||||||
|
before_install:
|
||||||
|
- git submodule update --init --recursive
|
||||||
|
|
||||||
env: TEST=true TRAVIS=true
|
env: TEST=true TRAVIS=true
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
|
|
Loading…
Add table
Reference in a new issue