Skip to content

Commit 6258eb9

Browse files
committed
Disable failing targets
1 parent 86ce7e1 commit 6258eb9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
language: node_js
22
node_js:
3-
- "0.8"
3+
#- "0.8" # not supported by cross-env
44
- "0.10"
55
- "0.12"
66
- "1.8"
77
- "2.5"
88
- "3.3"
99
- "4.9"
10-
- "5.12"
10+
#- "5.12" # problems installing browserify
1111
- "6.17"
1212
- "7.10"
1313
- "8.17"

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
environment:
22
matrix:
3-
- nodejs_version: "0.8"
3+
#- nodejs_version: "0.8" # not supported by cross-env
44
- nodejs_version: "0.10"
55
- nodejs_version: "0.12"
66
- nodejs_version: "1.8"

0 commit comments

Comments
 (0)