Skip to content

Commit 6a13b7f

Browse files
committed
test on node 0.12
1 parent 196db07 commit 6a13b7f

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
language: node_js
22
node_js:
33
- "0.10"
4-
- "0.11"
4+
- "0.12"

appveyor.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,20 @@ init:
88
environment:
99
matrix:
1010
- nodejs_version: 0.10
11-
- nodejs_version: 0.11
11+
- nodejs_version: 0.12
12+
- nodejs_version: 0.13
1213

1314
# combinations having this can fail
1415
matrix:
1516
allow_failures:
16-
- nodejs_version: 0.11
17+
- nodejs_version: 0.13
1718

1819
install:
1920
- ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version)
2021
- npm install
2122

2223
build: off
23-
24+
2425
test_script:
2526
- node --version
2627
- npm --version

0 commit comments

Comments
 (0)