@@ -1,4 +1,6 @@
language: node_js
node_js:
- "0.10"
-script: "npm start && mocha"
+before_script:
+ - npm start
+script: mocha