From a1052b7cbe42e9a191a0d1e1df9f0585e9c26800 Mon Sep 17 00:00:00 2001 From: Jake Date: Sat, 1 Nov 2014 21:44:24 -0500 Subject: [PATCH] Try before_script --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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