Add Travis CI config

This commit is contained in:
Jared Szechy 2013-07-22 23:59:16 -04:00
parent 1d92bf98bd
commit 744a6cd91f
1 changed files with 11 additions and 0 deletions

11
.travis.yml Normal file
View File

@ -0,0 +1,11 @@
language: c
compiler:
- gcc
before_script:
- mkdir build
- cd build
- cmake ..
script: make