]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Work around a bug where Travis truncates logs and fails
authorAlan T. DeKok <aland@freeradius.org>
Wed, 15 May 2019 17:12:44 +0000 (13:12 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 15 May 2019 17:12:44 +0000 (13:12 -0400)
.travis.yml

index 4c94e6e5d8b8beb797036d5dcb8c5a53bbb8060d..bb35ce7b4a5ac32c1304db8dc61226cb7aa0ecb4 100644 (file)
@@ -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