diff --git a/.travis.yml b/.travis.yml index b1a780b..7d05e78 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ language: node_js node_js: - "0.10" -script: npm start && mocha \ No newline at end of file +script: "npm start && mocha" \ No newline at end of file