Skip to content

Commit

Permalink
Add workaround to prevent premature push build errors (w/ log truncat…
Browse files Browse the repository at this point in the history
…ions)
  • Loading branch information
westonruter committed Mar 26, 2018
1 parent b3c6402 commit 02a2088
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ matrix:
- php: "7.1"
env: WP_VERSION=4.7

before_install:
# Workaround to prevent premature push build errors: https://github.com/travis-ci/travis-ci/issues/8920#issuecomment-352661024
- python -c "import fcntl; fcntl.fcntl(1, fcntl.F_SETFL, 0)"

install:
- nvm install 6 && nvm use 6
- export DEV_LIB_PATH=dev-lib
Expand Down

0 comments on commit 02a2088

Please sign in to comment.