From 6bdafd72867680dd0b50bee5695cfda4e8e9fc6f Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Sun, 29 Sep 2019 14:52:40 +0200 Subject: [PATCH] Add options to test script --- tests/travis.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/travis.sh b/tests/travis.sh index ead2d59..4d30921 100644 --- a/tests/travis.sh +++ b/tests/travis.sh @@ -9,6 +9,11 @@ CRED="${CSI}1;31m" CGREEN="${CSI}1;32m" CEND="${CSI}0m" +export DEBIAN_FRONTEND=noninteractive +unset LANG +export LANG='en_US.UTF-8' +export LC_ALL='C.UTF-8' + if [ -z "$1" ]; then apt-get -qq purge mysql* graphviz* redis* apt-get install -qq git python3-setuptools python3-dev python3-apt ccze tree