Skip to content

Commit 76bc89b

Browse files
committed
Try to get travis to clone the submodules correctly
1 parent ab47fc8 commit 76bc89b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
language: d
2-
script: make test
2+
script:
3+
- git submodule update --init --recursive && make test

0 commit comments

Comments
 (0)