Skip to content

Commit

Permalink
Build: Update build matrices
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed Nov 15, 2018
1 parent b274b50 commit 1c8dcc2
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,8 +1,9 @@
sudo: false
language: node_js
node_js:
- '10'
- '8'
- '6'
- '5'
- '4'
- '0.12'
- '0.10'
Expand Down
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ environment:
- nodejs_version: "0.10"
- nodejs_version: "0.12"
- nodejs_version: "4"
- nodejs_version: "5"
- nodejs_version: "6"
- nodejs_version: "8"
- nodejs_version: "10"

install:
- ps: Install-Product node $env:nodejs_version
Expand Down

0 comments on commit 1c8dcc2

Please sign in to comment.