Skip to content

Commit

Permalink
doesn't seem to make any difference, even though it is sometimes set
Browse files Browse the repository at this point in the history
  • Loading branch information
mcnewton committed Sep 10, 2019
1 parent 1ba1b29 commit 1251469
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected] @antora/[email protected]
- sudo ./scripts/travis/cassandra-install.sh
- rvm --install --default --binary use 2.4
Expand All @@ -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

0 comments on commit 1251469

Please sign in to comment.