Added basic Travis CI integration contributed by Igor Okulist.

This commit is contained in:
Baptiste Lepilleur 2013-05-08 20:46:56 +00:00
parent ce277aa6e4
commit 79e90fba0b

4
.travis.yml Normal file
View File

@ -0,0 +1,4 @@
before_install: sudo apt-get install cmake
language: cpp
compiler: gcc
script: cmake . && make