Added Travis CI configuration file

Travis CI is a free continuous integration service that allows open source projects to check the integrity of their source code by building it after every commit made to the repository.
This commit is contained in:
Mathäus Mendel 2012-12-15 23:59:57 -02:00
parent 031302469f
commit ee70421f64

5
.travis.yml Normal file
View File

@ -0,0 +1,5 @@
language: cpp
compiler:
- gcc
- clang
script: cmake .