.travis.yml 211 B

123456789
  1. language: node_js
  2. node_js:
  3. - "0.12"
  4. before_install:
  5. - "curl -L https://raw.githubusercontent.com/arunoda/travis-ci-laika/master/configure.sh | /bin/sh"
  6. services:
  7. - mongodb
  8. env:
  9. - LAIKA_OPTIONS="-t 5000"