Skip to content

Commit

Permalink
Core: Updates for Node.js version 8 compatibility and testing
Browse files Browse the repository at this point in the history
  • Loading branch information
binoculars authored and trentmwillis committed Jun 2, 2017
1 parent 9c53d97 commit adb2ba6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ node_js:
- "4"
- "6"
- "7"
- "8"
env:
- NPM_SCRIPT=test
- NPM_SCRIPT=test:cli
Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ environment:
- nodejs_version: "4"
- nodejs_version: "6"
- nodejs_version: "7"
- nodejs_version: "8"

# Install scripts. (runs after repo cloning)
install:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,6 @@
},
"main": "qunit/qunit.js",
"engines": {
"node": "4.* || 6.* || 7.*"
"node": ">=4"
}
}

0 comments on commit adb2ba6

Please sign in to comment.