Added support of Travis CI

This commit is contained in:
Maxim Biro 2013-06-24 20:56:38 -04:00
parent 20c7244357
commit d8d8aa6483

17
.travis.yml Normal file
View File

@ -0,0 +1,17 @@
language: c
compiler:
- gcc
script:
- cmake CMakeLists.txt
- make -j3
notifications:
email: false
irc:
channels:
- "chat.freenode.net#InsertProjectNameHere"
on_success: always
on_failure: always