Commit 4b7004df authored by Otto Kekäläinen's avatar Otto Kekäläinen

Travis-CI: build less verbose, log must stay under 4MB limit

parent 19cffe69
......@@ -62,6 +62,13 @@ then
sed 's/Standards-Version/,libpcre3-dev (>= 2:8.35-3.2~)\nStandards-Version/' debian/control
fi
# On Travis-CI, the log must stay under 4MB so make the build less verbose
if [[ $TRAVIS ]]
then
sed -i -e '/Add support for verbose builds/,+2d' debian/rules
fi
# Adjust changelog, add new version.
#
echo "Incrementing changelog and starting build scripts"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment