From e24ff0fd646c112c582c94cc15e34079b5256f7b Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Sun, 14 May 2017 23:55:40 -0700 Subject: [PATCH] =?UTF-8?q?Travis:=20don=E2=80=99t=20update=20the=20homebr?= =?UTF-8?q?ew=20version=20because=20we=20pushed=20to=20testpypi?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2edba434..7212f13b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -87,7 +87,7 @@ deploy: condition: $TRAVIS_OS_NAME == "osx" after_deploy: | - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then + if [[ "$TRAVIS_OS_NAME" == "osx" && "$TRAVIS_BRANCH" == "master" ]]; then bash .travis/osx_brew.sh elif [[ "$TRAVIS_PYTHON_VERSION" == "3.6" && "$TRAVIS_OS_NAME" == "linux" ]]; then curl -H "Content-Type: application/json" --data '{"build": true}' -X POST https://registry.hub.docker.com/u/jbarlow83/ocrmypdf/trigger/$DOCKERHUB_OCRMYPDF_TOKEN/