2014-09-29 14:20:23 -07:00
|
|
|
language: node_js
|
2018-01-18 20:58:40 +02:00
|
|
|
sudo: false
|
2017-07-25 19:18:24 +01:00
|
|
|
dist: trusty
|
2014-09-29 14:20:23 -07:00
|
|
|
node_js:
|
2019-01-02 22:05:38 +08:00
|
|
|
- 10.9.0
|
2016-04-28 17:50:03 -07:00
|
|
|
addons:
|
|
|
|
apt:
|
|
|
|
sources:
|
2019-01-02 22:05:38 +08:00
|
|
|
- ubuntu-toolchain-r-test
|
2016-04-28 17:50:03 -07:00
|
|
|
packages:
|
2019-01-02 22:05:38 +08:00
|
|
|
- g++-4.8
|
2019-01-05 15:03:22 +08:00
|
|
|
chrome: stable
|
2015-07-23 13:51:57 -07:00
|
|
|
branches:
|
|
|
|
except:
|
2019-01-02 22:05:38 +08:00
|
|
|
- g3
|
2015-04-15 21:37:13 -07:00
|
|
|
cache:
|
2017-01-25 19:39:01 +02:00
|
|
|
yarn: true
|
2015-04-15 21:37:13 -07:00
|
|
|
directories:
|
2019-01-02 22:05:38 +08:00
|
|
|
- "./node_modules"
|
|
|
|
- "./.chrome/chromium"
|
|
|
|
- "./aio/node_modules"
|
2017-03-02 00:22:24 -08:00
|
|
|
before_install:
|
2019-02-17 00:46:49 +08:00
|
|
|
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.13.0
|
2019-01-02 22:05:38 +08:00
|
|
|
- export PATH="$HOME/.yarn/bin:$PATH"
|
2019-01-05 15:03:22 +08:00
|
|
|
- google-chrome-stable --headless --disable-gpu --remote-debugging-port=9222 http://localhost &
|
2014-09-29 14:20:23 -07:00
|
|
|
script:
|
2019-01-02 22:05:38 +08:00
|
|
|
- "./aio/deploy-cn.sh"
|