From 12193dcbae245981ac90e4db8978133c29b29671 Mon Sep 17 00:00:00 2001 From: Rafael Kitover Date: Sat, 29 Aug 2020 22:23:21 +0000 Subject: [PATCH] Disable utf8 build on travis for now. To be fixed later. Signed-off-by: Rafael Kitover --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index bdae01ad..c7e9382e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,8 +10,8 @@ matrix: include: - env: BUILD_ENV=ubuntu-bionic XVFB_RUN=1 dist: bionic - - env: BUILD_ENV=utf8 XVFB_RUN=1 - dist: bionic +# - env: BUILD_ENV=utf8 XVFB_RUN=1 +# dist: bionic - env: BUILD_ENV=nostl XVFB_RUN=1 dist: bionic - env: BUILD_ENV=ubuntu-trusty XVFB_RUN=1