Specify Node.js 8 for Travis, since current is now 9.0.0

This commit is contained in:
Dan Stillman 2017-10-31 22:17:40 -04:00
parent 14ecf88ad4
commit 37521b62a1

View File

@ -1,7 +1,7 @@
sudo: false
language: node_js
node_js:
- "node"
- "8"
cache:
directories:
- "build"