diff options
author | Yasar icli <hello@yasaricli.com> | 2015-05-13 11:41:17 +0300 |
---|---|---|
committer | Yasar icli <hello@yasaricli.com> | 2015-05-13 11:41:17 +0300 |
commit | e9e98b5e877287aa35a0fa35a1f91227289656c9 (patch) | |
tree | 38ea4b2b90920295c6ec126ec235735f67a84a21 | |
parent | 7de25da94c2ccc806ec967dc73a863617a7ecef9 (diff) | |
download | wekan-e9e98b5e877287aa35a0fa35a1f91227289656c9.tar.gz wekan-e9e98b5e877287aa35a0fa35a1f91227289656c9.tar.bz2 wekan-e9e98b5e877287aa35a0fa35a1f91227289656c9.zip |
travis file updated
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index a2ceb090..ffaf594d 100644 --- a/.travis.yml +++ b/.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" |