From 31e133bf06c690d9c6445078daea0d7588f41489 Mon Sep 17 00:00:00 2001 From: Palakis Date: Sun, 16 Apr 2017 01:22:26 +0200 Subject: [PATCH] Travis: gosh --- CI/package-xenial.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CI/package-xenial.sh b/CI/package-xenial.sh index 4c6069a3..98f210e9 100755 --- a/CI/package-xenial.sh +++ b/CI/package-xenial.sh @@ -15,7 +15,7 @@ cd /root/obs-websocket/build rm -rf /root/obs-websocket/package -checkinstall -y --type=debian --fstrans=no --nodoc \ +PAGER=cat checkinstall -y --type=debian --fstrans=no --nodoc \ --backup=no --deldoc=yes --install=no \ --pkgname=obs-websocket --pkgversion="$PKG_VERSION" \ --pkglicense="GPLv2.0" --maintainer="contact@slepin.fr" \