angular-cn/.travis.yml

28 lines
553 B
YAML
Raw Permalink Normal View History

2014-09-29 14:20:23 -07:00
language: node_js
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
addons:
apt:
sources:
2019-01-02 22:05:38 +08:00
- ubuntu-toolchain-r-test
packages:
2019-01-02 22:05:38 +08:00
- g++-4.8
2019-01-05 15:03:22 +08:00
chrome: stable
branches:
except:
2019-01-02 22:05:38 +08:00
- g3
cache:
2017-01-25 19:39:01 +02:00
yarn: true
directories:
2019-01-02 22:05:38 +08:00
- "./node_modules"
- "./.chrome/chromium"
- "./aio/node_modules"
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"