From 1251469b2b5158980eb9b2cd6fca873660899ec9 Mon Sep 17 00:00:00 2001 From: Matthew Newton Date: Tue, 10 Sep 2019 10:18:37 +0100 Subject: [PATCH] doesn't seem to make any difference, even though it is sometimes set --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index b405ba46e2a1..7affebc218b1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -118,7 +118,6 @@ services: - postgresql - redis-server before_install: -- python -c 'import os,sys,fcntl; flags = fcntl.fcntl(sys.stdout, fcntl.F_GETFL); print(flags&os.O_NONBLOCK); 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 @@ -133,9 +132,7 @@ before_install: - pandoc --version - doxygen --version before_script: -- python -c 'import os,sys,fcntl; flags = fcntl.fcntl(sys.stdout, fcntl.F_GETFL); print(flags&os.O_NONBLOCK); fcntl.fcntl(1, fcntl.F_SETFL, 0)' - ./scripts/travis/build.sh script: -- python -c 'import os,sys,fcntl; flags = fcntl.fcntl(sys.stdout, fcntl.F_GETFL); print(flags&os.O_NONBLOCK); fcntl.fcntl(1, fcntl.F_SETFL, 0)' - if [ "${DO_BUILD}" = 'yes' -a "${COVERITY_SCAN_BRANCH}" != 1 ]; then make travis-test; fi - if [ "${DO_BUILD}" = 'no' ]; then make tests.doc; fi