summaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2018-03-03 14:31:03 +0000
committerGitHub <noreply@github.com>2018-03-03 14:31:03 +0000
commitd4badb3e1dc32a5f60ceb8a2ed454d6694e57951 (patch)
treec89f972b6eeac06e5e247c1d5dc54f0ebb1e7f7e /Tools
parente435f3b93b6fa52b7a9552a00b6aa3fd3a41f94f (diff)
downloadswig-d4badb3e1dc32a5f60ceb8a2ed454d6694e57951.tar.gz
Travis OSX Python 3 build fix for recent changes in brew
Diffstat (limited to 'Tools')
-rwxr-xr-xTools/travis-osx-install.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/Tools/travis-osx-install.sh b/Tools/travis-osx-install.sh
index 42cc33bb2..6bfb2276a 100755
--- a/Tools/travis-osx-install.sh
+++ b/Tools/travis-osx-install.sh
@@ -23,8 +23,7 @@ case "$SWIGLANG" in
"python")
WITHLANG=$SWIGLANG$PY3
if [[ "$PY3" ]]; then
- travis_retry brew install python3
- travis_retry brew list -v python3
+ travis_retry brew upgrade python
fi
;;
esac