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 25977a4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
language: node_js
node_js:
- "0.12"
- node
cache:
directories:
- node_modules
before_install:
- npm install -g gulp-cli
before_script:
- npm ls

0 comments on commit 25977a4

Please sign in to comment.