electron/.travis.yml

19 lines
197 B
YAML
Raw Normal View History

2017-02-17 16:39:54 +00:00
notifications:
email: false
language: node_js
node_js:
- "9.7.0"
2017-02-17 16:39:54 +00:00
os:
- linux
- osx
env:
- TARGET_ARCH=x64
osx_image: xcode9.3
2017-02-17 16:39:54 +00:00
script: './script/cibuild'
branches:
only:
- master