diff --git a/.travis.yml b/.travis.yml index b74dcd69e..42b427a11 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,7 @@ addons: - chromium before_install: + - yarn global add wait-on # Install Codecov - yarn global add codecov - yarn install @@ -16,6 +17,8 @@ before_install: 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 script: # Backend