]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
travis is broken
authorMatthew Newton <matthew-git@newtoncomputing.co.uk>
Thu, 5 Sep 2019 14:31:52 +0000 (15:31 +0100)
committerMatthew Newton <matthew-git@newtoncomputing.co.uk>
Thu, 5 Sep 2019 14:31:52 +0000 (15:31 +0100)
It's been chopping off debug output for months. See if this hack
from https://github.com/travis-ci/travis-ci/issues/8920 helps

.travis.yml

index 7affebc218b1690cdc006d3ef1c58a9bd85202f7..85aeee10e60685b8e2baacaa924bfe404df90b5d 100644 (file)
@@ -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