electron/.travis.yml
Cheng Zhao a04bfbbc4b Never send email notifications
It is anonnying.
2015-07-02 00:46:10 +00:00

13 lines
129 B
YAML

language: cpp
compiler: clang
os:
- linux
- osx
notifications:
email: false
script: './script/cibuild'
git:
depth: 10