Add a .travis.yml for travis-ci

master
Chris Robinson 2015-12-11 10:13:02 -08:00
parent e034afe107
commit 2850719ea2
1 changed files with 2 additions and 0 deletions

2
.travis.yml Normal file
View File

@ -0,0 +1,2 @@
language: c
script: cmake . && make -j2