Skip to content

Commit

Permalink
test: update supported CI platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat committed Feb 14, 2018
1 parent 050324c commit 427f423
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: node_js
sudo: false
node_js:
- "7"
- "9"
- "8"
- "6"
- "4"
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
environment:
matrix:
- nodejs_version: "7"
- nodejs_version: "9"
- nodejs_version: "8"
- nodejs_version: "6"
- nodejs_version: "4"

Expand Down

0 comments on commit 427f423

Please sign in to comment.