Try to get travis to clone the submodules correctly
This commit is contained in:
parent
ab47fc8ffe
commit
76bc89bbf5
|
@ -1,2 +1,3 @@
|
||||||
language: d
|
language: d
|
||||||
script: make test
|
script:
|
||||||
|
- git submodule update --init --recursive && make test
|
||||||
|
|
Loading…
Reference in New Issue