Skip to content

Commit

Permalink
Use the latest stable Node.js version on Travis CI and enable caching
Browse files Browse the repository at this point in the history
  • Loading branch information
timvandermeij committed Jul 25, 2016
1 parent 5678486 commit 7bbc2f0
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 7bbc2f0

Please sign in to comment.