mirror of https://gitee.com/antv-l7/antv-l7
test: use latest version of yarn in travis
This commit is contained in:
parent
0f5053bcf2
commit
c59fdd6cc2
|
@ -6,6 +6,10 @@ node_js:
|
|||
env:
|
||||
- NODE_ENV=test
|
||||
|
||||
before_install:
|
||||
- curl -o- -L https://yarnpkg.com/install.sh | bash
|
||||
- export PATH="$HOME/.yarn/bin:$PATH"
|
||||
|
||||
install:
|
||||
- yarn install
|
||||
|
||||
|
|
Loading…
Reference in New Issue