.travis.yml 161 B

123456789101112
  1. os: linux
  2. language: node_js
  3. node_js:
  4. - node
  5. - '0.10'
  6. - iojs
  7. sudo: false
  8. env:
  9. - MONGODB_VERSION=2.4.x
  10. - MONGODB_VERSION=2.6.x
  11. - MONGODB_VERSION=3.0.x