From fb1065deba26f598f45c901b04fa78b2acdd5357 Mon Sep 17 00:00:00 2001 From: whitequark Date: Thu, 12 Jul 2018 18:58:44 +0000 Subject: [PATCH] Travis: add a workaround for travis-ci/travis-ci#4704. --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f573689a..70e60377 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,8 @@ install: - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then ./.travis/install-macos.sh; fi script: - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then ./.travis/build-debian.sh; fi - - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then ./.travis/build-macos.sh; fi + # the awk command is a workaround for https://github.com/travis-ci/travis-ci/issues/4704. + - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then ./.travis/build-macos.sh | awk '/.{0,32}/ {print $0}'; fi deploy: - provider: releases api_key: