Add rough draft for .travis.yml

This commit is contained in:
Daenyth 2014-06-25 00:58:58 -04:00
parent d811fee2f3
commit 0b87821497

5
.travis.yml Normal file
View file

@ -0,0 +1,5 @@
language: cpp
compiler:
- gcc
- clang
script: mkdir build && cd build && cmake .. && make