electron/.travis.yml

30 lines
383 B
YAML
Raw Normal View History

2015-07-02 03:08:29 +00:00
git:
depth: 10
notifications:
email: false
2014-08-08 14:12:24 +00:00
language: cpp
compiler: clang
2014-08-08 14:12:24 +00:00
os:
- linux
- osx
2015-07-02 03:08:29 +00:00
env:
- TARGET_ARCH=x64
2015-10-06 20:34:20 +00:00
osx_image: xcode7
2014-05-05 20:37:28 +00:00
2015-07-02 03:08:29 +00:00
matrix:
include:
- os: linux
env: TARGET_ARCH=arm
- os: linux
env: TARGET_ARCH=ia32
allow_failures:
- env: TARGET_ARCH=arm
- env: TARGET_ARCH=ia32
2014-05-05 20:37:28 +00:00
script: './script/cibuild'
branches:
only:
- master