Use the latest stable Node.js version on Travis CI and enable caching

This commit is contained in:
Tim van der Meij 2016-07-25 14:32:44 +02:00
parent 5678486802
commit 7bbc2f079a

View File

@ -1,5 +1,10 @@
language: node_js
node_js:
- "0.12"
before_install:
- node
cache:
directories:
- node_modules
install:
- npm install -g gulp-cli
- npm install
- npm update