Commit 26c1bf31 by Andrew Nesbitt

Cache npm dependencies on travis

parent aa50270a
...@@ -2,8 +2,10 @@ language: node_js ...@@ -2,8 +2,10 @@ language: node_js
node_js: node_js:
- "0.10" - "0.10"
- "0.11" - "0.11"
before_install: before_install:
- git submodule update --init --recursive - git submodule update --init --recursive
after_success: after_success:
- npm run-script coverage - npm run-script coverage
cache:
directories:
- node_modules
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment