From ad45b2d72f65fb84857adfdf8a7b2a7112e3184a Mon Sep 17 00:00:00 2001 From: Eric Arellano Date: Tue, 19 Feb 2019 14:25:28 -0700 Subject: [PATCH] Revert "Turn on PEX_VERBOSE for OSX ucs4 shard" This reverts commit 28b9e8b337596b85b9dfe4f97b88b579882f2051. --- .travis.yml | 1 - build-support/travis/travis.yml.mustache | 1 - 2 files changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index af3addb9d4c..1d174c80fc6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -468,7 +468,6 @@ py27_osx_build_wheels_ucs4: &py27_osx_build_wheels_ucs4 - PYTHON_CONFIGURE_OPTS=--enable-unicode=ucs4 - PYENV_ROOT="${HOME}/.pyenv" - PATH="${PYENV_ROOT}/shims:${PATH}" - - PEX_VERBOSE=9 - RUN_PANTS_FROM_PEX=0 before_install: - curl -L https://github.com/stedolan/jq/releases/download/jq-1.5/jq-osx-amd64 -o /usr/local/bin/jq diff --git a/build-support/travis/travis.yml.mustache b/build-support/travis/travis.yml.mustache index 1e8dbce6a05..100a480d10e 100644 --- a/build-support/travis/travis.yml.mustache +++ b/build-support/travis/travis.yml.mustache @@ -446,7 +446,6 @@ py27_osx_build_wheels_ucs4: &py27_osx_build_wheels_ucs4 - PYTHON_CONFIGURE_OPTS=--enable-unicode=ucs4 - PYENV_ROOT="${HOME}/.pyenv" - PATH="${PYENV_ROOT}/shims:${PATH}" - - PEX_VERBOSE=9 - RUN_PANTS_FROM_PEX=0 before_install: {{>before_install_osx}}