travis-ci: add travis build configuration

This commit is contained in:
Vanya A. Sergeev
2016-09-27 04:53:10 -07:00
parent 6fc8df4824
commit a86a742792

8
.travis.yml Normal file
View File

@@ -0,0 +1,8 @@
language: c
compiler:
- clang
- gcc
script:
- make clean all tests