From 09facbca397eb3d593ef4fe2a7130159f0af363e Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Mon, 18 Jun 2018 11:29:53 +0200 Subject: [PATCH] travis: we don't need de_DE locale for clients tests clients/tests only uses Polish locale for testing localized output. No need to generate the Germane locale as well. (cherry picked from commit 3a58c956c522cb3c744b99fac4733423791dba8a) --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e92131bf1a..b5f8583548 100644 --- a/.travis.yml +++ b/.travis.yml @@ -107,7 +107,6 @@ script: ./autogen.sh --prefix="$PWD/INST" --with-systemd-logind=no --enable-more-warnings=no --enable-ifcfg-rh --enable-config-plugin-ibft --enable-ifupdown --enable-tests && make -j4 && if [ "$CC" == gcc ]; then - sudo locale-gen de_DE.UTF-8 && sudo locale-gen pl_PL.UTF-8 && sudo make install && NM_TEST_CLIENT_CHECK_L10N=1 ./contrib/travis/travis-check.sh