Use brew upgrade for Travis CI OSX

This commit is contained in:
Tim Rühsen
2020-10-11 20:21:46 +02:00
parent 5cf3c608a0
commit 2c459afe3d

View File

@ -1,7 +1,7 @@
#!/bin/bash
if [[ "$TRAVIS_OS_NAME" = "osx" ]]; then
brew update
brew upgrade
brew install gnutls
brew install nettle
brew outdated autoconf || brew upgrade autoconf