Skip to content

Commit af5cd11

Browse files
committed
Document failures in older versions of node.
x86 builds on Linux for node 3.x work fine, but amd64 segfaults. OS X works fine. To be investigated.
1 parent b7271db commit af5cd11

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@ addons:
2424

2525

2626
matrix:
27+
allow_failures:
28+
# segfault on amd64 (but not on x86)
29+
- os: linux
30+
env: NODE_VERSION="iojs-3.3.1"
31+
# segfault on amd64 (but not on x86)
32+
- os: linux
33+
env: NODE_VERSION="iojs-3.1.0"
2734
include:
2835
# Linux
2936
- os: linux

0 commit comments

Comments
 (0)