aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index c818b9521..8d70e346a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -159,7 +159,7 @@ matrix:
- NATIVE_COMP="no"
- COQ_DEST="-local"
before_install:
- - brew update --debug --verbose
+ - brew update
- brew install opam gnu-time
- if: NOT (type = pull_request)
@@ -173,7 +173,7 @@ matrix:
- EXTRA_CONF="-coqide opt -warn-error"
- EXTRA_OPAM="lablgtk-extras"
before_install:
- - brew update --debug --verbose
+ - brew update
- brew install opam gnu-time gtk+ expat gtksourceview libxml2 gdk-pixbuf python3
- pip3 install macpack
before_deploy: