travis config update

This commit is contained in:
SamR1 2018-01-20 20:48:11 +01:00
parent 3fb7f05fd5
commit f4f8dc9ea2

View File

@ -41,7 +41,7 @@ before_script:
script:
- psql -c 'create database mpwo_test;' -U postgres
- docker-compose -f docker-compose-ci.yml run mpwo-api flask db upgrade --directory mpwo_api/migrations
- docker-compose -f docker-compose-ci.yml run mpwo-api flask db upgrade
- sh test.sh
after_script: