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"