travis config init

This commit is contained in:
SamR1 2018-01-10 22:43:35 +01:00
parent bf8904fb2d
commit 132ce37d5d

View File

@ -20,6 +20,7 @@ before_script:
- docker-compose -f docker-compose-ci.yml up --build -d
script:
- psql -c 'create database mpwo_test;' -U postgres
- docker-compose -f docker-compose-ci.yml run api flask init_db
after_script: