mirror of
https://gitlab.com/gnuwget/wget2.git
synced 2025-07-22 12:09:25 +00:00
Use brew upgrade for Travis CI OSX
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user