language: node_js
services:
  - mongodb
mongodb:
  - "2.4"
  - "2.6"
  - "3.0"
node_js:
  - "0.12"
  - "0.10"
before_script:
  - sleep 15
