Skip to content

Commit

Permalink
build: reduce runtime versions to one per major
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Apr 22, 2016
1 parent 4936300 commit 8d7ee29
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ language: node_js
node_js:
- "0.10"
- "0.12"
- "1.0"
- "1.8"
- "2.0"
- "2.3"
sudo: false
script: "npm run-script test-ci"
2 changes: 0 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ environment:
matrix:
- nodejs_version: "0.10"
- nodejs_version: "0.12"
- nodejs_version: "1.0"
- nodejs_version: "1.8"
- nodejs_version: "2.0"
- nodejs_version: "2.3"
install:
- ps: Install-Product node $env:nodejs_version
Expand Down

0 comments on commit 8d7ee29

Please sign in to comment.