Skip to content

Commit fe97886

Browse files
committed
Update Travis & AppVeyor to allow node 0.10 failures
1 parent 51ca0d5 commit fe97886

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ node_js:
55
- '6'
66
- '5'
77
- '4'
8+
- '0.12'
89
- '0.10'
910
os:
1011
- linux

appveyor.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ environment:
99
- nodejs_version: "0.12"
1010
- nodejs_version: "0.10"
1111

12+
matrix:
13+
allow_failures:
14+
- nodejs_version: "0.10"
15+
1216
# Install scripts. (runs after repo cloning)
1317
install:
1418
# Get the latest stable version of Node.js or io.js

0 commit comments

Comments
 (0)