From 133b1067c556dedb827ca94a68c5263bd8854f6c Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Sat, 14 Sep 2013 00:09:56 -0700 Subject: [PATCH] Add Node 0.8 to .travis.yml. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index a2028d32c..d593e20ed 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ language: node_js node_js: - "0.6" + - "0.8" - "0.10" env: - TEST_COMMAND="istanbul cover ./test/test.js"