Use the latest stable Node.js version on Travis CI and enable caching
This commit is contained in:
parent
5678486802
commit
7bbc2f079a
@ -1,5 +1,10 @@
|
|||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- "0.12"
|
- node
|
||||||
before_install:
|
cache:
|
||||||
|
directories:
|
||||||
|
- node_modules
|
||||||
|
install:
|
||||||
- npm install -g gulp-cli
|
- npm install -g gulp-cli
|
||||||
|
- npm install
|
||||||
|
- npm update
|
||||||
|
Loading…
Reference in New Issue
Block a user