Skip to content

Commit ce3068b

Browse files
committed
Work around Travis's own bug...
1 parent ccced83 commit ce3068b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,10 @@ matrix:
195195
keep-history: false
196196
if: branch = master
197197

198+
before_install:
199+
# FIXME (travis-ci/travis-ci#8920) shouldn't be necessary...
200+
- python -c "import fcntl; fcntl.fcntl(1, fcntl.F_SETFL, 0)"
201+
198202
notifications:
199203
email:
200204
on_success: never

0 commit comments

Comments
 (0)