소스 검색

travis file updated

Yasar icli 10 년 전
부모
커밋
e9e98b5e87
1개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  1. 4 2
      .travis.yml

+ 4 - 2
.travis.yml

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