mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-04-12 23:26:05 +00:00
Work around Travis's own bug...
This commit is contained in:
parent
ccced83b0e
commit
ce3068bb3a
@ -195,6 +195,10 @@ matrix:
|
|||||||
keep-history: false
|
keep-history: false
|
||||||
if: branch = master
|
if: branch = master
|
||||||
|
|
||||||
|
before_install:
|
||||||
|
# FIXME (travis-ci/travis-ci#8920) shouldn't be necessary...
|
||||||
|
- python -c "import fcntl; fcntl.fcntl(1, fcntl.F_SETFL, 0)"
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email:
|
email:
|
||||||
on_success: never
|
on_success: never
|
||||||
|
Loading…
x
Reference in New Issue
Block a user