From: Alan T. DeKok Date: Wed, 15 May 2019 17:12:44 +0000 (-0400) Subject: Work around a bug where Travis truncates logs and fails X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c63afbe5643f4ff8a896f0c929493665641bd3c;p=thirdparty%2Ffreeradius-server.git Work around a bug where Travis truncates logs and fails --- diff --git a/.travis.yml b/.travis.yml index 4c94e6e5d8b..bb35ce7b4a5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -113,6 +113,7 @@ services: - postgresql - redis-server before_install: +- python -c "import fcntl; fcntl.fcntl(1, fcntl.F_SETFL, 0)" - rvm --install --default --binary use 2.4 - if [ "${CC}" == 'gcc' ]; then sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-7 60 && sudo update-alternatives --config gcc; fi - if [ "${CC}" == 'clang' ]; then sudo update-alternatives --install /usr/bin/clang clang /usr/bin/clang-7 60 && sudo update-alternatives --config clang; fi