Test aqtinstall for macosx.
This commit is contained in:
parent
cc179e4656
commit
fbec963970
1 changed files with 2 additions and 2 deletions
|
|
@ -5,8 +5,8 @@ git fetch --tags
|
||||||
if test "$TRAVIS_OS_NAME" = "osx"; then
|
if test "$TRAVIS_OS_NAME" = "osx"; then
|
||||||
# Mac OS X.
|
# Mac OS X.
|
||||||
brew update
|
brew update
|
||||||
brew install p7zip
|
# brew install p7zip
|
||||||
brew link --force p7zip
|
# brew link --force p7zip
|
||||||
brew install curl
|
brew install curl
|
||||||
brew link --force curl
|
brew link --force curl
|
||||||
brew uninstall gnu-sed
|
brew uninstall gnu-sed
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue