summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShawn Landden <slandden@gmail.com>2018-03-05 17:33:00 -0800
committerShawn Landden <slandden@gmail.com>2018-03-07 15:01:17 -0800
commit1c4a09a41a12e4d0c4c61be0aa739c21fdef74ad (patch)
treeac814bc449c726016e229c5293f6698ccec42540
parented6e7f83c83a3f87c41f30d2776e72e05c951da8 (diff)
downloaddistcc-git-1c4a09a41a12e4d0c4c61be0aa739c21fdef74ad.tar.gz
fix MacOS CI
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index ea51b28..69d0c2e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,7 +12,7 @@ addons:
before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
- - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install python3; fi
+ - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew upgrade python; fi
script:
- ./autogen.sh