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-06-12 07:54:23 -04:00
|
|
|
- 12.14.1
|
2016-04-28 20:50:03 -04:00
|
|
|
addons:
|
|
|
|
apt:
|
|
|
|
sources:
|
2020-01-29 02:18:36 -05:00
|
|
|
- ubuntu-toolchain-r-test
|
2016-04-28 20:50:03 -04:00
|
|
|
packages:
|
2020-01-29 02:18:36 -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:
|
2020-01-29 02:18:36 -05:00
|
|
|
- g3
|
|
|
|
cache: false
|
2017-03-02 03:22:24 -05:00
|
|
|
before_install:
|
2020-01-29 02:18:36 -05:00
|
|
|
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.21.1
|
|
|
|
- export PATH="$HOME/.yarn/bin:$PATH"
|
|
|
|
- google-chrome-stable --headless --disable-gpu --remote-debugging-port=9222 http://localhost &
|
2014-09-29 17:20:23 -04:00
|
|
|
script:
|
2020-01-29 02:18:36 -05:00
|
|
|
- "./aio/deploy-cn.sh"
|