update travis
downgrade node to supported version
This commit is contained in:
parent
faae463f3f
commit
334c40b9e2
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- "10.2"
|
- "9"
|
||||||
before_install:
|
before_install:
|
||||||
- npm i -g npm@latest
|
- npm i -g npm@latest
|
||||||
- curl -o- -L https://yarnpkg.com/install.sh | bash
|
- curl -o- -L https://yarnpkg.com/install.sh | bash
|
||||||
|
|
Loading…
Reference in a new issue