Experimenting with Travis CI

This commit is contained in:
Lukáš Lalinský 2012-10-13 13:33:36 +02:00
parent e568e1019d
commit 7a884af0ef

6
.travis.yml Normal file
View File

@ -0,0 +1,6 @@
language: cpp
compiler:
- gcc
install: apt-get install libcppunit-dev zlib1g-dev
script: cmake && make