From 12f68312c65942f059fcc4eabde53d85ded402e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20M=C3=A9tais?= Date: Wed, 24 Sep 2014 13:28:19 +0200 Subject: [PATCH] Remove Node 0.6 version in Travis --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f1a3b43..dc0e073 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,5 @@ language: node_js node_js: - "0.10" - "0.8" - - "0.6" before_install: npm install -g grunt-cli install: npm install --production \ No newline at end of file