From 974407191a4f449389f4da1062000db8c2222b10 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Mon, 9 Feb 2015 18:24:13 -0800 Subject: [PATCH] travis: need 0.12 or iojs for Iterator class Buffers are now instances of ES6 Iterator and there's a test that checks for that, which requires a node with a newer V8 version. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3b0ff85..1e72e63 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: node_js node_js: - - '0.11' + - '0.12' env: global: - secure: AUsK+8fYSpwIMHcVt8Mu9SpG9RPHp4XDAwCQfpU3d5U65q8OVVC6C+XjvnNmEd2PoEJRHem8ZXEyRVfGM1sttKZLZP70TEKZOpOiRQnZiTQCAJ92TfGsDj/F4LoWSjUZUpfeg9b3iSp8G5dVw3+q9QZPIu6eykASK6bfcg//Cyg= -- 2.34.1