We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4285fda commit c711372Copy full SHA for c711372
.travis.yml
@@ -31,7 +31,7 @@ script:
31
- docker build --target=builder --tag=doccano-test .
32
- >
33
if [[ "${DATABASE}" != "sqlite" ]]; then
34
- docker run --network doccano -e DATABASE_URL="${DATABASE_URL}" -it doccano-test sh -c 'app/manage.py migrate && app/manage.py test api.tests server.tests'
+ docker run --network doccano -e DATABASE_URL="${DATABASE_URL}" -it doccano-test sh -c 'app/manage.py wait_for_db && app/manage.py migrate && app/manage.py test api.tests server.tests'
35
fi
36
37
before_deploy:
0 commit comments