From 714d1d6628acb2efd2edc6a93856a76bdd61f61d Mon Sep 17 00:00:00 2001 From: Eliseu Egewarth Date: Thu, 17 Aug 2017 15:57:58 -0300 Subject: [PATCH] Move script check_migrations.sh para o estagio 'before_script' Signed-off-by: Eliseu Egewarth --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5c01b89e5..eb6abe0c3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,9 +14,9 @@ before_script: - cp sapl/.env_test sapl/.env - psql -c "CREATE USER sapl WITH PASSWORD 'sapl'" -U postgres; - psql -c "CREATE DATABASE sapl OWNER sapl;" -U postgres + - ./check_migrations.sh script: - - ./check_migrations.sh - ./manage.py migrate - ./manage.py bower install - py.test --create-db