From 8d47374c2adecf245e1b3ff1ec5a20f38426bc96 Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Wed, 9 Oct 2019 15:24:12 +0200 Subject: [PATCH] Update travis --- tests/travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/travis.sh b/tests/travis.sh index 8b6b244..0bf6a32 100644 --- a/tests/travis.sh +++ b/tests/travis.sh @@ -21,7 +21,7 @@ if [ -z "$1" ]; then fi exit_script() { - curl --progress-bar --upload-file /var/log/wo/wordops.log https://transfer.vtbox.net/"$(basename wordops.log)" && echo "" + curl --progress-bar --upload-file /var/log/wo/wordops.log https://transfer.vtbox.net/"$(basename wordops.txt)" && echo "" exit 1 }