Skip to content

Commit

Permalink
Merge pull request #64 from ralphtheninja/master
Browse files Browse the repository at this point in the history
remove node 5 and 7 from travis and appveyor
  • Loading branch information
ralphtheninja committed Jan 28, 2018
2 parents 4279ad2 + cb38be4 commit db38ad8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Expand Up @@ -7,7 +7,5 @@ os:
node_js:
- 9
- 8
- 7
- 6
- 5
- 4
5 changes: 0 additions & 5 deletions appveyor.yml
Expand Up @@ -15,9 +15,7 @@ environment:
matrix:
- nodejs_version: "9"
- nodejs_version: "8"
- nodejs_version: "7"
- nodejs_version: "6"
- nodejs_version: "5"
- nodejs_version: "4"

# Build on both platforms
Expand All @@ -29,9 +27,6 @@ platform:
install:
# Get the latest version of $env:nodejs_version
- ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version) $env:platform
# Update to latest npm
- npm -g install npm 2>&1>nul
- SET PATH=%APPDATA%\npm;%PATH%
# Output useful info for debugging
- node --version
- npm --version
Expand Down

0 comments on commit db38ad8

Please sign in to comment.