This commit is contained in:
Hackerpilot 2015-08-10 17:44:36 -07:00
parent 886307f806
commit 74d3d183c4
1 changed files with 1 additions and 1 deletions

View File

@ -2,4 +2,4 @@ language: d
script: script:
- git submodule update --init --recursive - git submodule update --init --recursive
- make debug - make debug
- cd test && ./run_tests.sh - cd tests && ./run_tests.sh