aded .travis.yml

This commit is contained in:
wyy 2014-04-26 18:04:34 +08:00
parent 376750a518
commit 4819d307e9

12
.travis.yml Normal file
View File

@ -0,0 +1,12 @@
language: cpp
install: cmake
script: cmake
compiler:
- clang
- gcc
notifications:
recipients:
- wuyanyi09@foxmail.com
email:
on_success: change
on_failure: always