cppjieba/.travis.yml
2014-04-26 18:04:34 +08:00

13 lines
183 B
YAML

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