Skip to content
This repository has been archived by the owner on Jun 12, 2022. It is now read-only.

Commit

Permalink
test: update nock and enable node 8 in CI (#36)
Browse files Browse the repository at this point in the history
Fixes #33
  • Loading branch information
Alex Van Camp authored and zkat committed Jul 25, 2017
1 parent a0ec70a commit 800a8e5
Show file tree
Hide file tree
Showing 4 changed files with 2,128 additions and 322 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: node_js
sudo: false
node_js:
- "8"
- "7"
- "6"
- "4"
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
environment:
matrix:
- nodejs_version: "8"
- nodejs_version: "7"
- nodejs_version: "6"
- nodejs_version: "4"
Expand Down
Loading

0 comments on commit 800a8e5

Please sign in to comment.