Skip to content

Commit

Permalink
Try and diagnose homebrew issues
Browse files Browse the repository at this point in the history
  • Loading branch information
peternewman committed Mar 7, 2019
1 parent f172e5b commit d006328
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,7 @@ before_install:
- if [ "$TASK" == "spellintian" -o "$TASK" == "spellintian-duplicates" ]; then wget "http://archive.ubuntu.com/ubuntu/pool/main/l/lintian/lintian_2.5.104_all.deb"; sudo dpkg -i lintian_*.deb; sudo apt-get install -f -y; fi # Install a later lintian

after_failure:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew doctor; fi
# Disabled as otherwise the logfile is too big
# - if [ -f ${TRAVIS_BUILD_DIR}/config.log ]; then cat ${TRAVIS_BUILD_DIR}/config.log; fi
- if [ -f ${TRAVIS_BUILD_DIR}/ola-*/_build/config.log ]; then cat ${TRAVIS_BUILD_DIR}/ola-*/_build/config.log; fi
Expand Down

0 comments on commit d006328

Please sign in to comment.