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 Jun 22, 2018
1 parent 2e5d7af commit 1e435ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
@@ -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
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 1e435ad

Please sign in to comment.