2
0
Jake 10 жил өмнө
parent
commit
a1052b7cbe
1 өөрчлөгдсөн 3 нэмэгдсэн , 1 устгасан
  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