Skip to content

Commit

Permalink
ci: update test matrix (#157)
Browse files Browse the repository at this point in the history
ci: update test matrix
  • Loading branch information
goto-bus-stop committed May 24, 2019
2 parents ab8e50a + e52306d commit 865674d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
language: node_js
node_js:
- "9"
- "12"
- "11"
- "10"
- "8"
- "6"
- "4"
Expand Down
4 changes: 3 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
environment:
matrix:
# not yet available on appveyor
# - nodejs_version: "12"
- nodejs_version: "11"
- nodejs_version: "10"
- nodejs_version: "9"
- nodejs_version: "8"
- nodejs_version: "6"
- nodejs_version: "4"
Expand Down

0 comments on commit 865674d

Please sign in to comment.