angular-docs-cn/.travis.yml

28 lines
553 B
YAML
Raw Normal View History

2014-09-29 17:20:23 -04:00
language: node_js
sudo: false
2017-07-25 14:18:24 -04:00
dist: trusty
2014-09-29 17:20:23 -04:00
node_js:
2019-01-02 09:05:38 -05:00
- 10.9.0
addons:
apt:
sources:
2019-01-02 09:05:38 -05:00
- ubuntu-toolchain-r-test
packages:
2019-01-02 09:05:38 -05:00
- g++-4.8
2019-01-05 02:03:22 -05:00
chrome: stable
branches:
except:
2019-01-02 09:05:38 -05:00
- g3
cache:
2017-01-25 12:39:01 -05:00
yarn: true
directories:
2019-01-02 09:05:38 -05:00
- "./node_modules"
- "./.chrome/chromium"
- "./aio/node_modules"
before_install:
2019-02-16 11:46:49 -05:00
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.13.0
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"