Fix the composed container name on travis (retry)
This commit is contained in:
parent
d2f58ce2c6
commit
2db97b3a34
1 changed files with 1 additions and 3 deletions
|
@ -80,10 +80,8 @@ matrix:
|
||||||
- docker-compose pull
|
- docker-compose pull
|
||||||
- docker-compose build --pull
|
- docker-compose build --pull
|
||||||
- docker-compose up -d
|
- docker-compose up -d
|
||||||
- docker exec -it szurubooru_backend_1 /bin/sh
|
|
||||||
- cd /opt/app
|
|
||||||
script:
|
script:
|
||||||
- py.test
|
- docker-compose exec szurubooru_backend_1 py.test
|
||||||
|
|
||||||
# ---- Frontend test ugins npm / nodejs 6 ----
|
# ---- Frontend test ugins npm / nodejs 6 ----
|
||||||
- language: node_js
|
- language: node_js
|
||||||
|
|
Reference in a new issue