Browse Source

Feature: add Travis CI

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

+ 9 - 0
.travis.yml

@@ -0,0 +1,9 @@
+language: node_js
+node_js:
+  - "0.12"
+before_install:
+  - "curl -L https://raw.githubusercontent.com/arunoda/travis-ci-laika/master/configure.sh | /bin/sh"
+services:
+  - mongodb
+env:
+  - LAIKA_OPTIONS="-t 5000"