We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 195e45a commit 46306beCopy full SHA for 46306be
.travis.yml
@@ -5,6 +5,7 @@ node_js:
5
- "0.12"
6
- "1.0"
7
- "1.8"
8
+ - "2.0"
9
sudo: false
10
script: "npm run-script test-ci"
11
after_script: "npm install [email protected] && cat ./coverage/lcov.info | coveralls"
appveyor.yml
@@ -5,6 +5,7 @@ environment:
- nodejs_version: "0.12"
- nodejs_version: "1.0"
- nodejs_version: "1.8"
+ - nodejs_version: "2.0"
install:
- ps: Install-Product node $env:nodejs_version
- npm install
0 commit comments