Browse Source

Tell travis to run 'make dev' first

JC Brand 10 năm trước cách đây
mục cha
commit
ad3350587b
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

@@ -1,4 +1,5 @@
 language: node_js
 node_js:
  - "0.10"
+before_script: make dev
 script: make check