Skip to content

Commit a2c0b94

Browse files
authored
Fix comment (#34168)
The code clears the O_NONBLOCK flag (that is, makes IO blocking), so make the comment match.
1 parent d95f125 commit a2c0b94

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,7 @@ matrix:
7575

7676
before_install:
7777
- echo "before_install"
78-
# set non-blocking IO on travis
79-
# https://github.com/travis-ci/travis-ci/issues/8920#issuecomment-352661024
78+
# Use blocking IO on travis. Ref: https://github.com/travis-ci/travis-ci/issues/8920#issuecomment-352661024
8079
- python -c 'import os,sys,fcntl; flags = fcntl.fcntl(sys.stdout, fcntl.F_GETFL); fcntl.fcntl(sys.stdout, fcntl.F_SETFL, flags&~os.O_NONBLOCK);'
8180
- source ci/travis_process_gbq_encryption.sh
8281
- export PATH="$HOME/miniconda3/bin:$PATH"

0 commit comments

Comments
 (0)