Jake 10 лет назад
Родитель
Сommit
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