travis: Display logs after failure
This commit is contained in:
parent
7d89531c4a
commit
56481dc6b1
@ -10,3 +10,6 @@ before_install:
|
|||||||
|
|
||||||
script:
|
script:
|
||||||
- curl http://localhost
|
- curl http://localhost
|
||||||
|
|
||||||
|
after_failure:
|
||||||
|
- timeout 3s docker-compose logs app db
|
||||||
|
Reference in New Issue
Block a user