Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[travis] Install libzip for macos
  • Loading branch information
m-kuhn committed Aug 16, 2017
1 parent 7764cd9 commit ac1decd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .ci/travis/macos/before_install.sh
Expand Up @@ -52,7 +52,8 @@ brew install \
spatialindex \
fastcgi \
qtkeychain \
gnu-sed
gnu-sed \
libzip


mkdir -p ${HOME}/Library/Python/3.6/lib/python/site-packages
Expand Down
3 changes: 2 additions & 1 deletion .ci/travis/macos/install.sh
Expand Up @@ -37,7 +37,8 @@ fcgi
expat
sqlite
flex
bison"
bison
libzip"

full_prefixes=""
for p in ${prefixes}; do
Expand Down

0 comments on commit ac1decd

Please sign in to comment.