summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2018-03-19 02:52:55 +0530
committerNirbheek Chauhan <nirbheek@centricular.com>2018-03-19 02:52:55 +0530
commit4120d43c9efc2371aae0c07b73b8bafd92e8512a (patch)
treee898c73a23684cfe653187c5bf44976af22cd4f4
parentd24e33b0c06ddb164bb0e93afc492e60427ff68d (diff)
downloadmeson-nirbheek/enable-fortran-tests-macos.tar.gz
travis.yml: Try to fix brew error:nirbheek/enable-fortran-tests-macos
Error: Refusing to uninstall /usr/local/Cellar/python/2.7.14 because it is required by mercurial 4.4, which is currently installed.
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index f8ed554f1..560da897b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -25,7 +25,7 @@ services:
before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
- - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew uninstall python mercurial; fi
+ - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew uninstall mercurial python; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install python@2 python@3 mercurial qt; fi
# Test against a real gcc too
- if [[ "$TRAVIS_OS_NAME" == "osx" && "$CC" == "gcc" ]]; then brew install --only-dependencies gcc; fi