aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/.travis.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/.travis.sh b/scripts/.travis.sh
index 367cdfa..8b7e2b3 100755
--- a/scripts/.travis.sh
+++ b/scripts/.travis.sh
@@ -18,6 +18,7 @@ case "$1" in
case "${BUILD_SYSTEM}" in
"bazel")
brew install bazel
+ brew upgrade python
;;
esac
;;