Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extract local path logic and add tests. #341

Merged
merged 15 commits into from
Feb 11, 2017
Prev Previous commit
Next Next commit
Try with cleaned cache.
npm windows issues
  • Loading branch information
zigomir committed Feb 10, 2017
commit 6f99a381850ceaa2bb83acc4b534def73e679c82
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ environment:
nodejs_version: "5"

install:
- npm cache clean
- npm install

test_script:
Expand Down