electron/.travis.yml

19 lines
193 B
YAML
Raw Normal View History

2017-02-17 16:39:54 +00:00
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