From 9dd2932436e3932f0345109597d82f07a50b3e4c Mon Sep 17 00:00:00 2001 From: Rafael Kitover Date: Sat, 29 Aug 2020 23:25:21 +0000 Subject: [PATCH] Disable nostl build on travis as well for now. It is failing in the same way as the utf8 build. Signed-off-by: Rafael Kitover --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index c7e9382e..50c04ea5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,8 +12,8 @@ matrix: dist: bionic # - env: BUILD_ENV=utf8 XVFB_RUN=1 # dist: bionic - - env: BUILD_ENV=nostl XVFB_RUN=1 - dist: bionic +# - env: BUILD_ENV=nostl XVFB_RUN=1 +# dist: bionic - env: BUILD_ENV=ubuntu-trusty XVFB_RUN=1 dist: trusty - env: BUILD_ENV=ubuntu-xenial XVFB_RUN=1