update travis

downgrade node to supported version
This commit is contained in:
Niko 2018-06-06 08:26:18 -04:00 committed by GitHub
parent faae463f3f
commit 334c40b9e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
language: node_js
node_js:
- "10.2"
- "9"
before_install:
- npm i -g npm@latest
- curl -o- -L https://yarnpkg.com/install.sh | bash