From: Matthew Newton Date: Thu, 5 Sep 2019 14:31:52 +0000 (+0100) Subject: travis is broken X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88ca1cf188b2b92e82115df8a57e54ea995b481b;p=thirdparty%2Ffreeradius-server.git travis is broken It's been chopping off debug output for months. See if this hack from https://github.com/travis-ci/travis-ci/issues/8920 helps --- diff --git a/.travis.yml b/.travis.yml index 7affebc218b..85aeee10e60 100644 --- a/.travis.yml +++ b/.travis.yml @@ -118,6 +118,7 @@ services: - postgresql - redis-server before_install: +- python -c "import fcntl; fcntl.fcntl(1, fcntl.F_SETFL, 0)" - npm i -g @antora/cli@2.0 @antora/site-generator-default@2.0 - sudo ./scripts/travis/cassandra-install.sh - rvm --install --default --binary use 2.4