electron/.travis.yml
2014-08-08 22:12:24 +08:00

12 lines
150 B
YAML

language: cpp
compiler: clang
os:
- linux
- osx
notifications:
email:
on_success: never
on_failure: change
script: './script/cibuild'