macos: Skip brew audit because it seems to crash ruby on travis

This commit is contained in:
James R. Barlow
2017-07-27 16:00:41 -07:00
parent c4831ac00c
commit da79e6bac7
+3 -1
View File
@@ -6,7 +6,9 @@ set -x
pip3 install homebrew-pypi-poet
python3 .travis/autobrew.py
cat ocrmypdf.rb
brew audit ocrmypdf.rb
# brew audit crashes Travis
#brew audit ocrmypdf.rb
# Important: disable debug output so token is hidden
set +x