update travis deps

specify npm and yarn dependency
This commit is contained in:
Niko 2018-06-06 08:23:36 -04:00 committed by GitHub
parent cdea0d989f
commit faae463f3f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"