update travis deps
specify npm and yarn dependency
This commit is contained in:
parent
cdea0d989f
commit
faae463f3f
1 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
language: node_js
|
||||
node_js:
|
||||
- "10.2"
|
||||
- "10.2"
|
||||
before_install:
|
||||
- npm i -g npm@latest
|
||||
- curl -o- -L https://yarnpkg.com/install.sh | bash
|
||||
- export PATH="$HOME/.yarn/bin:$PATH"
|
||||
|
|
Loading…
Reference in a new issue