From e14a3e509c738be5f8c88ac5d0ddb83afa542819 Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Sat, 25 Jul 2015 06:23:26 +0100 Subject: [PATCH] temporarily disable node 0.10 from travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1cf4c073d1..faa6c0e55d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ cache: node_js: - iojs - - "0.10" +# - "0.10" - "0.12" script: make test-travis