Update .travis.yml

This commit is contained in:
Matthew Shao 2017-03-08 13:00:09 +08:00
parent 7ff48b8bec
commit dae7435135
1 changed files with 6 additions and 9 deletions

View File

@ -5,7 +5,6 @@ env:
global:
- CI_DEPS=codecov>=2.0.5
- CI_COMMANDS=codecov
- MITMWEB_DIR=web
git:
depth: 10000
@ -13,9 +12,7 @@ matrix:
fast_finish: true
allow_failures:
- language: node_js
node_js:
- "6"
- "iojs"
node_js: "node"
include:
- python: 3.5
env: TOXENV=lint
@ -54,14 +51,14 @@ matrix:
- python: 3.5
env: TOXENV=docs
- language: node_js
node_js:
- "6"
- "iojs"
install: cd $MITMWEB_DIR && npm install
node_js: "node"
before_install: npm install -g yarn
install: cd web && yarn
script: npm test
cache:
yarn: true
directories:
- $MITMWEB_DIR/node_modules
- web/node_modules
install:
- |