electron/.travis.yml
2014-08-08 22:38:35 +08:00

12 lines
148 B
YAML

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