electron/brightray/.travis.yml

19 lines
193 B
YAML
Raw Normal View History

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