From 55f860b8b083c7c7a5e366ff8f3f953a2929947c Mon Sep 17 00:00:00 2001 From: Benjamin Kagia Date: Sun, 8 Dec 2013 17:43:00 +0300 Subject: [PATCH] fixed: removed incompatible node.js version 0.6 --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9fdebd6..2ca91f2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,4 @@ language: node_js node_js: - "0.10" - - "0.8" - - "0.6" \ No newline at end of file + - "0.8" \ No newline at end of file