Browse Source

Try before_script

Jake 10 năm trước cách đây
mục cha
commit
a1052b7cbe
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  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