Skip to content
This repository was archived by the owner on Dec 19, 2024. It is now read-only.

Commit 71132c3

Browse files
committed
Fix CI: use 0.12 (since tests need 0.12 for exec listener)
1 parent 7406e79 commit 71132c3

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
language: node_js
22
node_js:
3-
- 0.10
4-
- 0.11
5-
#- iojs # not ready yet, wait for an update here http://docs.travis-ci.com/user/build-environment-updates/2015-02-03/#Schedule
6-
3+
- 0.12
74
notifications:
85
irc:
96
channels:

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
environment:
44
matrix:
5-
- nodejs_version: 0.10
5+
- nodejs_version: 0.12
66

77
version: "{build}"
88
build: off

0 commit comments

Comments
 (0)