From d6622d082559fcb99d6391821b29ccb351c4a26b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=A4fer?= Date: Thu, 3 Jan 2019 13:53:44 +0100 Subject: [PATCH] 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? --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3ce3b413c..eaba8dba3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,6 @@ cache: - node_modules services: - docker - - neo4j env: - DOCKER_COMPOSE_VERSION=1.23.2