Fixing Node.js version on travisci script.

This commit is contained in:
chris062689 2017-09-05 22:38:18 -04:00
parent 95b5535151
commit 5a7ab1f24e

View File

@ -6,9 +6,7 @@
language: node_js
node_js:
- "node"
- "8"
node_js: "node"
before_script:
- echo '========== Installing gulp & dependencies =========='