Skip to content

Commit

Permalink
Don't upgrade things we don't actually need
Browse files Browse the repository at this point in the history
"brew upgrade" tries to upgrade a whole bunch of stuff. We don't need
it, and it causes failures, so stop trying.
  • Loading branch information
yoe committed Apr 4, 2018
1 parent e990c5f commit 1015edd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis/before_install
Expand Up @@ -14,7 +14,6 @@ case $(uname -s) in
touch ${i%in.sgml}sh.in
done
brew update
brew upgrade
brew install glib gnutls
;;
esac

0 comments on commit 1015edd

Please sign in to comment.