mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-26 18:18:25 +00:00
Merge pull request #2151 from MatthewShao/jest-dev
Update .travis.yml to fix the failure about yarn
This commit is contained in:
commit
e29cd7f5b7
@ -49,7 +49,9 @@ matrix:
|
|||||||
env: TOXENV=docs
|
env: TOXENV=docs
|
||||||
- language: node_js
|
- language: node_js
|
||||||
node_js: "node"
|
node_js: "node"
|
||||||
before_install: npm install -g yarn
|
before_install:
|
||||||
|
- curl -o- -L https://yarnpkg.com/install.sh | bash
|
||||||
|
- export PATH=$HOME/.yarn/bin:$PATH
|
||||||
install: cd web && yarn
|
install: cd web && yarn
|
||||||
script: npm test
|
script: npm test
|
||||||
cache:
|
cache:
|
||||||
|
Loading…
Reference in New Issue
Block a user