Browse Source

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

Tim van der Meij 9 years ago
parent
commit
7bbc2f079a
  1. 9
      .travis.yml

9
.travis.yml

@ -1,5 +1,10 @@ @@ -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

Loading…
Cancel
Save