Skip to content

Commit

Permalink
Update travis/appveyor to node versions we support
Browse files Browse the repository at this point in the history
  • Loading branch information
shama committed Jul 9, 2017
1 parent b63aeec commit 6592ad1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Expand Up @@ -3,9 +3,7 @@ language: node_js
node_js:
- "0.10"
- "0.12"
- "4.0"
- "4.1"
- "4.2"
- "4"
- "5"
- "6"
- "7"
Expand Down
4 changes: 3 additions & 1 deletion appveyor.yml
Expand Up @@ -8,12 +8,14 @@ environment:
- nodejs_version: "0.12"
- nodejs_version: "4"
- nodejs_version: "5"
- nodejs_version: "6"
- nodejs_version: "7"
- nodejs_version: "8"
platform:
- x86
- x64
install:
- ps: Install-Product node $env:nodejs_version
- npm install -g npm
- npm install
test_script:
# Output useful info for debugging.
Expand Down

0 comments on commit 6592ad1

Please sign in to comment.