modify gbs.conf for Tizen5.0
[platform/framework/web/crosswalk-tizen.git] / .travis.yml
1 git:
2   depth: 10
3 notifications:
4   email: false
5
6 language: node_js
7 node_js:
8   - "4"
9 os:
10   - linux
11   - osx
12 env:
13   - TARGET_ARCH=x64
14 osx_image: xcode7.3
15
16 matrix:
17   include:
18     - os: linux
19       env: TARGET_ARCH=arm
20     - os: linux
21       env: TARGET_ARCH=ia32
22   allow_failures:
23     - os: osx
24
25 script: './script/cibuild'
26
27 branches:
28   only:
29     - master