electron/.travis.yml

16 lines
168 B
YAML
Raw Normal View History

2014-08-08 22:12:24 +08:00
language: cpp
compiler: clang
2014-08-08 22:12:24 +08:00
os:
- linux
- osx
2014-05-05 13:37:28 -07:00
notifications:
email:
on_success: never
on_failure: change
script: './script/cibuild'
2014-08-20 22:49:37 +08:00
git:
depth: 10