Skip to content

Commit

Permalink
DEBUG
Browse files Browse the repository at this point in the history
Add workaround to prevent premature push build errors (w/ log truncations)
  • Loading branch information
westonruter committed Mar 26, 2018
1 parent b3c6402 commit af899c2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .dev-lib
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ PATH_EXCLUDES_PATTERN=includes/lib/
DEFAULT_BASE_BRANCH=develop
ASSETS_DIR=wp-assets
PROJECT_SLUG=amp
SKIP_ECHO_PATHS_SCOPE=1

function after_wp_install {
echo "Installing REST API..."
Expand Down
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
2 changes: 1 addition & 1 deletion dev-lib
Submodule dev-lib updated 1 files
+1 −1 travis.script.sh

0 comments on commit af899c2

Please sign in to comment.