Try to get travis to clone the submodules correctly

This commit is contained in:
Hackerpilot 2015-08-10 17:25:55 -07:00
parent ab47fc8ffe
commit 76bc89bbf5
1 changed files with 2 additions and 1 deletions

View File

@ -1,2 +1,3 @@
language: d language: d
script: make test script:
- git submodule update --init --recursive && make test