Merge pull request #484 from aitjcize/travis

Add Travis CI support.
This commit is contained in:
Damien George 2014-04-14 21:27:25 +01:00
commit 2a2cfbd0cf
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