diff --git a/.travis.yml b/.travis.yml index f4aa06e..8111245 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ language: node_js - node_js: - - "0.8" - - "0.6" +node_js: + - 0.6 + - 0.8 \ No newline at end of file