electron/.travis.yml

13 lines
150 B
YAML
Raw Normal View History

2014-08-08 14:12:24 +00:00
language: cpp
compiler: clang
2014-08-08 14:12:24 +00:00
os:
- linux
- osx
2014-05-05 20:37:28 +00:00
notifications:
email:
on_success: never
on_failure: change
script: './script/cibuild'