added nano settings for travis-ci

This commit is contained in:
Nicholas Westlake 2012-12-09 13:51:22 -06:00
parent 85535dc955
commit d6957144c4
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,7 @@ services:
- mongodb
- redis-server
- neo4j
- couchdb
before_install:
- git submodule init && git submodule --quiet update
- ./support/ci/neo4j.sh
@ -13,3 +14,4 @@ before_script:
- "mysql -e 'create database myapp_test;'"
- "psql -c 'create database myapp_test;' -U postgres"
- mongo mydb_test --eval 'db.addUser("travis", "test");'
- curl -X PUT localhost:5984/nano-test