Skip to content

Commit

Permalink
Enabling caching of node_modules on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
TimvdLippe committed Mar 15, 2016
1 parent edb59eb commit 6b6ec5d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ addons:
packages:
- google-chrome-stable
- g++-4.8
cache:
directories:
- node_modules
before_script:
- npm install -g bower
- bower install
Expand Down

0 comments on commit 6b6ec5d

Please sign in to comment.