Add Travis CI support.

This commit is contained in:
AZ Huang 2014-04-15 02:05:47 +08:00
parent bbae42d62f
commit 60993c166d
1 changed files with 10 additions and 0 deletions

10
.travis.yml Normal file
View File

@ -0,0 +1,10 @@
language: c
compiler:
- gcc
before_script:
- sudo apt-get install python3
script:
- make -C unix
- tests/run-tests