Revert "Setup neo4j service on Travis CI"

This reverts commit 9fdee4480fea582a01e40687cffff404b749a8f1.

@mattwr18 this was a rash decision, neo4j on Travis is not required if
we run all the tests in docker. When I run the tests in docker on my
machine, it terminates as expected. How is the situation on your
machine?
This commit is contained in:
Robert Schäfer 2019-01-03 13:53:44 +01:00
parent 9fdee4480f
commit d6622d0825

View File

@ -7,7 +7,6 @@ cache:
- node_modules
services:
- docker
- neo4j
env:
- DOCKER_COMPOSE_VERSION=1.23.2