electron/.travis.yml
2014-08-20 22:49:37 +08:00

15 lines
168 B
YAML

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