aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2020-04-19 14:47:20 +0200
committerEven Rouault <even.rouault@spatialys.com>2020-04-19 16:11:18 +0200
commit678fa3e2a1243a21e4b8debb2331c6e6d4583b69 (patch)
tree8ba358733f20398fc69d769482cd698c9ff64ea3
parentdf1e73fc6e54ee4e4571ae0a5e20903858b8aa4e (diff)
downloadPROJ-678fa3e2a1243a21e4b8debb2331c6e6d4583b69.tar.gz
PROJ-678fa3e2a1243a21e4b8debb2331c6e6d4583b69.zip
travis/osx/before_install.sh: 'brew install graphviz' for missing 'dot' program
-rwxr-xr-xtravis/osx/before_install.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/travis/osx/before_install.sh b/travis/osx/before_install.sh
index d28f4fc8..8c62e716 100755
--- a/travis/osx/before_install.sh
+++ b/travis/osx/before_install.sh
@@ -6,8 +6,9 @@ export PATH=$HOME/Library/Python/3.7/bin:$PATH
brew update
brew install ccache
-brew install sqlite3
-brew install doxygen
+#brew upgrade sqlite3
+#brew upgrade libtiff
+brew install doxygen graphviz
#brew install md5sha1sum
#brew reinstall python
brew reinstall wget