From ac3ff4f66d3533b51c350104f69c091c8454f37d Mon Sep 17 00:00:00 2001 From: Peter 'Pita' Martischka Date: Sat, 3 Nov 2012 16:07:32 +0000 Subject: [PATCH] Only test in node.js 0.8 --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ae6103d7..ba1cf0ac 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: node_js node_js: - "0.8" - - "0.6" install: - "bin/installDeps.sh" - "export GIT_HASH=$(cat .git/HEAD | head -c 7)"