Make the script output visible in Travis CI logs.
This commit is contained in:
parent
c7dc9d6e89
commit
c1b0ca5a77
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user