Browse Source

Try before_script

Jake 10 years ago
parent
commit
a1052b7cbe
1 changed files with 3 additions and 1 deletions
  1. 3 1
      .travis.yml

+ 3 - 1
.travis.yml

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