aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar Théo Zimmermann <theo.zimmermann@univ-paris-diderot.fr>2018-04-09 15:06:55 +0200
committerGravatar Théo Zimmermann <theo.zimmermann@univ-paris-diderot.fr>2018-04-09 15:06:55 +0200
commit7cfe98273ec3b59c9c4e53d859720a4624cdb358 (patch)
tree1ae434edd9e56a739074b43935b058c56e828728 /.travis.yml
parent9c518366c6bd68988e768cf5b272ce21bd9dbbf7 (diff)
[ci] Tentative fix for #7206: MacOS test-suite job failing.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 41814e954..e56204b0e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -235,6 +235,7 @@ matrix:
- COQ_DEST="-local"
before_install:
- brew update
+ - brew unlink python
- brew install opam gnu-time
- if: NOT (type = pull_request)