Try before_script

This commit is contained in:
Jake 2014-11-01 21:44:24 -05:00
parent 7b06652b6d
commit a1052b7cbe

View File

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