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