From 8f789181f5f9ce46156bb98c4bed0eff9230e306 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20M=C3=A9tais?= Date: Wed, 24 Sep 2014 13:12:08 +0200 Subject: [PATCH] Test on older versions of NodeJS --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 2b49198..99bbbda 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,7 @@ language: node_js node_js: - "0.10" + - "0.8" + - "0.6" before_install: npm install -g grunt-cli install: npm install \ No newline at end of file