summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
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"