trying to fix travis

This commit is contained in:
2019-11-14 16:36:39 +01:00
parent 1190345b1c
commit 814d1dc49f

View File

@@ -15,7 +15,7 @@ before_install:
before_script: before_script:
- export REACT_APP_USERS_SERVICE_URL=http://127.0.0.1 - export REACT_APP_USERS_SERVICE_URL=http://127.0.0.1
- docker-compose up -d --build - docker-compose up -f docker-compose-prod.yml -d --build
script: script:
- docker-compose exec users python manage.py test - docker-compose exec users python manage.py test