Add Travis CI support.

pull/484/head
AZ Huang 2014-04-15 02:05:47 +08:00
rodzic bbae42d62f
commit 60993c166d
1 zmienionych plików z 10 dodań i 0 usunięć

10
.travis.yml 100644
Wyświetl plik

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