travis-ci

This commit is contained in:
Gyu-sun Youm 2013-08-31 23:58:49 +09:00
parent 49cae90154
commit 6b12687640
1 changed files with 5 additions and 0 deletions

5
.travis.yml Normal file
View File

@ -0,0 +1,5 @@
language: cpp
before_script:
- cmake . -G"Unix Makefiles"
script: make
install: true