From b2b029e8528fcc30abef371e5f75cbfa5eee4d03 Mon Sep 17 00:00:00 2001 From: Julien Fontanet Date: Wed, 21 Oct 2015 09:22:11 +0200 Subject: [PATCH] Test on Node stable instead of iojs. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e667b92..2a2f1c6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ language: node_js node_js: - - 'iojs' + - 'stable' - '0.12' - '0.10'