Skip to content

Commit

Permalink
[.travis.yml] eliminate homebrew cleanup automation during builds
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissimpkins committed Oct 21, 2019
1 parent 465ac4a commit 8e80878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ matrix:
language: generic
osx_image: xcode11 # Python 3.7.4 running on macOS 10.14.4
before_install:
- brew install pngcheck
- export HOMEBREW_NO_INSTALL_CLEANUP=1 && brew install pngcheck
install:
- make build-dependencies
- make install-executable
Expand Down

0 comments on commit 8e80878

Please sign in to comment.