Skip to content
This repository was archived by the owner on Apr 1, 2021. It is now read-only.

Commit 3dc4698

Browse files
committed
add after_failure script
1 parent 8551834 commit 3dc4698

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,7 @@ install:
1010

1111
script:
1212
- curl --silent --fail --show-error http://127.0.0.1:88
13+
14+
after_failure:
15+
- docker-compose exec prod bash -c "tail /var/log/nginx/access.log"
16+
- docker-compose exec prod bash -c "tail /var/log/nginx/error.log"

0 commit comments

Comments
 (0)