Skip to content

Commit 195e45a

Browse files
committed
1 parent 6446e1c commit 195e45a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ node_js:
44
- "0.10"
55
- "0.12"
66
- "1.0"
7-
- "1.5"
7+
- "1.8"
88
sudo: false
99
script: "npm run-script test-ci"
1010
after_script: "npm install [email protected] && cat ./coverage/lcov.info | coveralls"

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ environment:
44
- nodejs_version: "0.10"
55
- nodejs_version: "0.12"
66
- nodejs_version: "1.0"
7-
- nodejs_version: "1.5"
7+
- nodejs_version: "1.8"
88
install:
99
- ps: Install-Product node $env:nodejs_version
1010
- npm install

0 commit comments

Comments
 (0)