Make the script output visible in Travis CI logs.

This commit is contained in:
Daniel Wróbel 2020-06-01 21:49:38 +02:00 committed by GitHub
parent c7dc9d6e89
commit c1b0ca5a77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,8 @@
#!/bin/sh #!/bin/sh
set -x
set -e
sudo apt install /tmp/syncplay.deb -y sudo apt install /tmp/syncplay.deb -y
syncplay --no-gui syncplay --no-gui
sudo apt remove syncplay sudo apt remove syncplay