19 lines
193 B
YAML
19 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
|