electron/.travis.yml
Shelley Vohr 1e2828b80e Update travis settings
Use Node.js 9.7.0 and Xcode 9.3.
2018-04-16 14:37:44 +02:00

18 lines
197 B
YAML

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