From 65b90f5fd8de03882494d783e23f6eb935ccce0b Mon Sep 17 00:00:00 2001 From: Kruchinin Date: Sat, 14 Nov 2020 09:53:14 +0300 Subject: [PATCH] Minor fix --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2732951b..9450e7ea 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,7 +33,7 @@ before_script: - chmod a+rwx ${HOST_COVERAGE_DATA_DIR} script: - - if [[ $TRAVIS_EVENT_TYPE == "cron" || $TRAVIS_BRANCH == "dkru/cypress-test-check-email-verification" ]]; + - if [[ $TRAVIS_EVENT_TYPE == "cron" && $TRAVIS_BRANCH == "develop" ]]; then docker-compose -f docker-compose.yml -f ./tests/docker-compose.email.yml up -d --build; docker exec -it cvat bash -ic 'python3 ~/manage.py migrate';