Skip to content

Commit

Permalink
dont cache node_modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Edvin Erikson committed Dec 3, 2016
1 parent fb7f072 commit 599ee03
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@ language: node_js
node_js:
- "6"
- "4"
cache:
directories:
# cache node modules
- node_modules

install:
- npm install -g coveralls
- npm prune
Expand Down

0 comments on commit 599ee03

Please sign in to comment.