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