From 0be69faaa692135961ef1ea46ab7fbbfa8538ad8 Mon Sep 17 00:00:00 2001 From: Matt Simerson Date: Tue, 31 Mar 2015 11:50:16 -0700 Subject: [PATCH] .travis.yml: disable testing, always fails due to iconv --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 94cfb7b6b..8589accd7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: node_js node_js: - "0.12" - "0.10" - - "0.8" +# - "0.8" # no longer supported by iconv # - "0.6" # no longer supported by async - iojs