Check docker envs on travis
This commit is contained in:
parent
1787d65703
commit
1a253399d1
1 changed files with 5 additions and 2 deletions
|
@ -80,9 +80,12 @@ matrix:
|
|||
- docker-compose pull
|
||||
- docker-compose build --pull
|
||||
- docker-compose up -d
|
||||
- docker exec -it backend /bin/sh
|
||||
- cd /opt/app
|
||||
# - docker exec -it backend /bin/sh
|
||||
# - cd /opt/app
|
||||
script:
|
||||
# - py.test
|
||||
- docker ps
|
||||
- pwd
|
||||
- py.test
|
||||
|
||||
# ---- Frontend test ugins npm / nodejs 6 ----
|
||||
|
|
Reference in a new issue