Skip to content

Commit d4a8954

Browse files
committed
Travis: don't test on Node v4.1
There's a zero-filling bug with Uint8Arrays in 4.1, which breaks one test: nodejs/node#2930 (comment)
1 parent 422f4b9 commit d4a8954

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ sudo: false
22
language: node_js
33
node_js:
44
- "0.10"
5-
- "4.1"
5+
- "4.0"
66
- iojs
77
env:
88
- NACL_SRC=nacl.min.js

0 commit comments

Comments
 (0)