Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit 12e2005

Browse files
author
Marcel Gerber
committed
Enable Travis dependency caching
See http://docs.travis-ci.com/user/caching/ for more information
1 parent 2bfebc2 commit 12e2005

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ language: node_js
22
sudo: false # use container-based Travis infrastructure
33
node_js:
44
- "0.10"
5+
cache:
6+
directories:
7+
- node_modules
58
before_script:
69
- npm install -g grunt-cli
710
- npm install -g jasmine-node

0 commit comments

Comments
 (0)