electron/.travis.yml
2017-02-17 08:39:54 -08:00

18 lines
193 B
YAML

notifications:
email: false
language: node_js
node_js:
- "6"
os:
- linux
- osx
env:
- TARGET_ARCH=x64
osx_image: xcode7.3
script: './script/cibuild'
branches:
only:
- master