You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
360 B

  1. language: node_js
  2. sudo: false
  3. node_js:
  4. - "6"
  5. - "5"
  6. - "4"
  7. - "0.12"
  8. - "0.10"
  9. - "iojs"
  10. before_script:
  11. - wget http://fastdl.mongodb.org/linux/mongodb-linux-x86_64-2.6.11.tgz
  12. - tar -zxvf mongodb-linux-x86_64-2.6.11.tgz
  13. - mkdir -p ./data/db
  14. - ./mongodb-linux-x86_64-2.6.11/bin/mongod --fork --nopreallocj --dbpath ./data/db --syslog --port 27017