From c1b0ca5a775dceb71d9f2bdccb2c456e6554dccd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Wr=C3=B3bel?= Date: Mon, 1 Jun 2020 21:49:38 +0200 Subject: [PATCH] Make the script output visible in Travis CI logs. --- travis/deb-installation-test.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/travis/deb-installation-test.sh b/travis/deb-installation-test.sh index a14253d..b438b56 100644 --- a/travis/deb-installation-test.sh +++ b/travis/deb-installation-test.sh @@ -1,5 +1,8 @@ #!/bin/sh +set -x +set -e + sudo apt install /tmp/syncplay.deb -y syncplay --no-gui sudo apt remove syncplay