Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Jul 31, 2015
1 parent f17363a commit 844410a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ node_js:
- "1.0"
- "1.8"
- "2.0"
- "2.3"
- "2.5"
sudo: false
script: "npm run-script test-ci"
after_script: "npm install [email protected] && cat ./coverage/lcov.info | coveralls"
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ environment:
- nodejs_version: "1.0"
- nodejs_version: "1.8"
- nodejs_version: "2.0"
- nodejs_version: "2.3"
- nodejs_version: "2.5"
install:
- ps: Install-Product node $env:nodejs_version
- npm install
Expand Down

0 comments on commit 844410a

Please sign in to comment.