From 25ee4761faa72c22e589939ad1d79af7872b40f3 Mon Sep 17 00:00:00 2001 From: zema1 Date: Sun, 3 Dec 2017 20:59:39 +0800 Subject: [PATCH] fix ci --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5a01bfa..9761c43 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ install: - pip install -r deploy/requirements.txt - cp oj/custom_settings.example.py oj/custom_settings.py - echo "SECRET_KEY=\"`cat /dev/urandom | head -1 | md5sum | head -c 32`\"" >> oj/custom_settings.py - - python manage.py migrate + - sleep 10 && python manage.py migrate script: - docker ps -a - flake8 .