*: travis - print log on failuer
This commit is contained in:
parent
0cb876a71c
commit
3fdd3f7cec
|
@ -133,3 +133,6 @@ matrix:
|
||||||
- docker
|
- docker
|
||||||
script:
|
script:
|
||||||
- ./build_snap.sh
|
- ./build_snap.sh
|
||||||
|
after_failure:
|
||||||
|
# replace snap name
|
||||||
|
- cat adguardhometest_*.txt
|
Loading…
Reference in New Issue