Create .travis.yml

This commit is contained in:
powturbo
2015-01-03 15:16:32 +01:00
parent 68ba9aa117
commit 9139770e0e

11
.travis.yml Normal file
View File

@ -0,0 +1,11 @@
language: c
compiler: gcc
install: make get-deps
branches:
only:
- master
script:
- make
os:
- linux