Tweaking TravisCI file for caching and Node version.

This commit is contained in:
chris062689 2017-09-05 22:32:03 -04:00
parent f4b8383925
commit 8afd8dc9bf

View File

@ -6,12 +6,11 @@
language: node_js
node_js: "node"
node_js:
- "node"
- "8"
cache:
yarn: true
directories:
- node_modules
cache: yarn
before_script:
- echo '========== Installing gulp & dependencies =========='