Setup database on Travis CI

This commit is contained in:
roschaefer 2019-08-25 12:50:38 +02:00
parent 67f5dd53e2
commit f464ee93e0

View File

@ -18,6 +18,7 @@ install:
- docker-compose -f docker-compose.yml -f docker-compose.travis.yml up --build -d
# avoid "Database constraints have changed after this transaction started"
- wait-on http://localhost:7474
- docker-compose exec neo4j db_setup
script:
- export CYPRESS_RETRIES=1