i can haz CI build?

This commit is contained in:
Hackerpilot 2015-08-10 17:33:43 -07:00
parent acebf2ed63
commit 32f7f0ef5a
1 changed files with 5 additions and 0 deletions

5
.travis.yml Normal file
View File

@ -0,0 +1,5 @@
language: d
script:
- git submodule update --init --recursive
- make debug
- cd test && ./run_tests.sh