2015-07-01 21:08:29 -06:00
|
|
|
git:
|
|
|
|
depth: 10
|
|
|
|
notifications:
|
|
|
|
email: false
|
|
|
|
|
2016-09-07 17:46:00 -06:00
|
|
|
language: node_js
|
|
|
|
node_js:
|
|
|
|
- "4"
|
2014-08-08 08:12:24 -06:00
|
|
|
os:
|
|
|
|
- linux
|
|
|
|
- osx
|
2015-07-01 21:08:29 -06:00
|
|
|
env:
|
|
|
|
- TARGET_ARCH=x64
|
2016-09-07 17:46:00 -06:00
|
|
|
osx_image: xcode7.3
|
2014-05-05 14:37:28 -06:00
|
|
|
|
2015-07-01 21:08:29 -06:00
|
|
|
matrix:
|
|
|
|
include:
|
|
|
|
- os: linux
|
|
|
|
env: TARGET_ARCH=arm
|
|
|
|
- os: linux
|
|
|
|
env: TARGET_ARCH=ia32
|
2015-07-06 00:39:40 -06:00
|
|
|
allow_failures:
|
2016-05-19 04:23:02 -06:00
|
|
|
- os: osx
|
2014-05-05 14:37:28 -06:00
|
|
|
|
|
|
|
script: './script/cibuild'
|
2015-08-04 06:27:17 -06:00
|
|
|
|
|
|
|
branches:
|
|
|
|
only:
|
|
|
|
- master
|