turn on travis-CI auto testing

This commit is contained in:
Yuichi Nishiwaki 2013-12-05 17:23:51 +09:00
parent 70fee1f0bd
commit 443f937840
1 changed files with 5 additions and 0 deletions

5
.travis.yml Normal file
View File

@ -0,0 +1,5 @@
language: c
compiler:
- gcc
- clang
script: make && make no-act