There was an error while loading. Please reload this page.
1 parent 196db07 commit 6a13b7fCopy full SHA for 6a13b7f
2 files changed
.travis.yml
@@ -1,4 +1,4 @@
1
language: node_js
2
node_js:
3
- "0.10"
4
- - "0.11"
+ - "0.12"
appveyor.yml
@@ -8,19 +8,20 @@ init:
8
environment:
9
matrix:
10
- nodejs_version: 0.10
11
- - nodejs_version: 0.11
+ - nodejs_version: 0.12
12
+ - nodejs_version: 0.13
13
14
# combinations having this can fail
15
16
allow_failures:
17
18
19
install:
20
- ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version)
21
- npm install
22
23
build: off
-
24
+
25
test_script:
26
- node --version
27
- npm --version
0 commit comments