Specify Node.js 8 for Travis, since current is now 9.0.0
This commit is contained in:
parent
14ecf88ad4
commit
37521b62a1
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
sudo: false
|
sudo: false
|
||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- "node"
|
- "8"
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- "build"
|
- "build"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue