Skip to content

Commit

Permalink
clean npm cache in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
robhrt7 committed Oct 22, 2015
1 parent ab5cbd0 commit 6481b9d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ node_js:
- "0.12"
- "4"
sudo: false
install:
- npm cache clean
- npm install
notifications:
email:
on_success: never
Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ environment:

install:
- ps: Install-Product node $env:nodejs_version
- npm cache clean
- npm install

build: off
Expand Down

0 comments on commit 6481b9d

Please sign in to comment.