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
Let it fail on node 5.
  • Loading branch information
zigomir committed Feb 10, 2017
commit 51bfd2a2efae505eadf0ab73ad253564c74a7c2e
13 changes: 10 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
environment:
nodejs_version: "5"
matrix:
- nodejs_version: "5"
- nodejs_version: "6"

matrix:
allow_failures:
- nodejs_version: "5" # uses some bad npm version

install:
- npm cache clean
- npm install --force
- npm install

test_script:
- node --version
- npm --version
- npm test

cache:
Expand Down