From af899c2a27c91a75e9e572333a3da52a14844740 Mon Sep 17 00:00:00 2001 From: Weston Ruter Date: Mon, 26 Mar 2018 11:24:25 -0700 Subject: [PATCH] DEBUG Add workaround to prevent premature push build errors (w/ log truncations) --- .dev-lib | 1 + .travis.yml | 4 ++++ dev-lib | 2 +- 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.dev-lib b/.dev-lib index 6549fa32c46..663a5ce0043 100644 --- a/.dev-lib +++ b/.dev-lib @@ -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..." diff --git a/.travis.yml b/.travis.yml index 30bd83eaa27..f95f94f5cb3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/dev-lib b/dev-lib index 223f238eb74..f5161dd0bfb 160000 --- a/dev-lib +++ b/dev-lib @@ -1 +1 @@ -Subproject commit 223f238eb74dd2c65892b8fb6c1c06ae04e95234 +Subproject commit f5161dd0bfb184a8be7574b47192741d50e7520a