Skip to content

Commit 4b7004d

Browse files
committed
Travis-CI: build less verbose, log must stay under 4MB limit
1 parent 19cffe6 commit 4b7004d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

debian/autobake-deb.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,13 @@ then
6262
sed 's/Standards-Version/,libpcre3-dev (>= 2:8.35-3.2~)\nStandards-Version/' debian/control
6363
fi
6464

65+
# On Travis-CI, the log must stay under 4MB so make the build less verbose
66+
if [[ $TRAVIS ]]
67+
then
68+
sed -i -e '/Add support for verbose builds/,+2d' debian/rules
69+
fi
70+
71+
6572
# Adjust changelog, add new version.
6673
#
6774
echo "Incrementing changelog and starting build scripts"

0 commit comments

Comments
 (0)