Skip to content

Commit

Permalink
Only support node versions 6, 8 and 9
Browse files Browse the repository at this point in the history
  • Loading branch information
yargalot committed Feb 20, 2018
1 parent 1075536 commit da88335
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: node_js
node_js:
- '4'
- '5'
- '6'
- '8'
- '9'
deploy:
provider: npm
email: [email protected]
Expand Down
10 changes: 6 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@ clone_depth: 10
# Test against this version of Node.js
environment:
matrix:
- nodejs_version: "4"
platform: x64
- nodejs_version: "4"
platform: x86
- nodejs_version: "6"
platform: x86

- nodejs_version: "8"
platform: x86

- nodejs_version: "9"
platform: x86


# Install scripts. (runs after repo cloning)
install:
Expand Down

0 comments on commit da88335

Please sign in to comment.