Skip to content

Commit

Permalink
Cache node modules on Travis so we'll be less dependent on npm connec…
Browse files Browse the repository at this point in the history
…tivity
  • Loading branch information
kvz committed May 22, 2016
1 parent 7703fbe commit a9c687a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Expand Up @@ -9,6 +9,11 @@ matrix:
- node_js: 0.1
- node_js: 0.12

cache:
directories:
- node_modules
- website/node_modules

env:
global:
- secure: "c4unKozz+OKffwUmypDb+E8qcR9JM7tb7fQ75jidOiz57HM5hmLVJokj017GrUeoPAw3nSE6l0O9Yvyf5K4QNguZ4IXlrtTO1repPLHyUCX3Hoo3PhXDo6g6ySpt8tMpP3dX6r7JUn5YHjxASfOI8VJTmcnxyNkVH66H6VMOA2I="
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -32,6 +32,7 @@ Ideas that will be planned and find their way into a release at one point
Released: Not yet

- [ ] Address the 25 remaining test failures that are currently skipped (find out which ones via `npm run test:languages:noskip`)
- [x] Cache node modules on Travis so we'll be less dependent on npm connectivity

## v2.0.3

Expand Down

0 comments on commit a9c687a

Please sign in to comment.