Skip to content

Commit

Permalink
try npm cache clean in before_install to fix the pesky npm bug on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
James Halliday committed May 23, 2012
1 parent 898e7e0 commit f6dc49d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ language: node_js
node_js:
- 0.4
- 0.6
before_install:
- npm cache clean

1 comment on commit f6dc49d

@medikoo
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

They will upgrade to 0.6.18 soon: travis-ci/travis-ci#554

Please sign in to comment.