Configure travis services
This commit is contained in:
parent
46e65b7e63
commit
797ae84a1c
|
@ -2,6 +2,11 @@ language: node_js
|
|||
node_js:
|
||||
- 0.4.12
|
||||
- 0.6
|
||||
- 0.8.9
|
||||
services:
|
||||
- mongodb
|
||||
- redis-server
|
||||
- neo4j
|
||||
before_install:
|
||||
- git submodule init && git submodule --quiet update
|
||||
- ./support/ci/neo4j.sh
|
||||
|
|
Loading…
Reference in New Issue