From 126b220197ef65fd3a5936bac9b09655d58d0808 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Wed, 18 Feb 2015 20:03:43 -0800 Subject: [PATCH] travis: switch to iojs testing to see if this makes the tests run more reliably --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1e72e63..03df696 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: node_js node_js: - - '0.12' + - 'iojs' env: global: - secure: AUsK+8fYSpwIMHcVt8Mu9SpG9RPHp4XDAwCQfpU3d5U65q8OVVC6C+XjvnNmEd2PoEJRHem8ZXEyRVfGM1sttKZLZP70TEKZOpOiRQnZiTQCAJ92TfGsDj/F4LoWSjUZUpfeg9b3iSp8G5dVw3+q9QZPIu6eykASK6bfcg//Cyg= -- 2.34.1