Travis: add a workaround for travis-ci/travis-ci#4704.

pull/204/merge
whitequark 2018-07-12 18:58:44 +00:00
parent f54dabbb5f
commit fb1065deba
1 changed files with 2 additions and 1 deletions

View File

@ -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: