Skip to content

Commit

Permalink
Travis: don't test on Node v4.1
Browse files Browse the repository at this point in the history
There's a zero-filling bug with Uint8Arrays in 4.1, which breaks one
test: nodejs/node#2930 (comment)
  • Loading branch information
dchest committed Sep 17, 2015
1 parent 422f4b9 commit d4a8954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ sudo: false
language: node_js
node_js:
- "0.10"
- "4.1"
- "4.0"
- iojs
env:
- NACL_SRC=nacl.min.js
Expand Down

0 comments on commit d4a8954

Please sign in to comment.