Skip to content

Commit

Permalink
cache node_modules for Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Seth Kinast committed Apr 29, 2015
1 parent 77ff625 commit 7aebf46
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ notifications:
email:
- [email protected]
- [email protected]
before_install:
- npm install -g grunt-cli
before_script:
- npm update
sudo: false
cache:
directories:
- node_modules
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,14 @@
"linkedin"
],
"dependencies": {
"chokidar": "~1.0.0",
"cli": "~0.6.5"
"chokidar": "~1.0.1",
"cli": "~0.6.6"
},
"devDependencies": {
"ayepromise": "~1.1.1",
"grunt": "~0.4.2",
"grunt-bump": "0.3.0",
"grunt-cli": "~0.1.13",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-concat": "~0.5.1",
"grunt-contrib-connect": "~0.9.0",
Expand Down

0 comments on commit 7aebf46

Please sign in to comment.