Update travis script

This commit is contained in:
Kovid Goyal 2017-12-11 19:09:41 +05:30
parent 005c4bf29e
commit abdc149f65
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 2 additions and 3 deletions

View File

@ -95,8 +95,7 @@ install: |
if [[ "$USE_BREW" == "1" ]]; then
brew update;
brew install python3;
brew install freetype;
brew install harfbuzz --without-glib --without-gobject-introspection --without-graphite2 --without-icu4c;
brew install harfbuzz --without-glib --without-gobject-introspection --without-graphite2 --without-icu4c --without-freetype --without-cairo;
else
mkdir -p $SW;
curl https://download.calibre-ebook.com/travis/kitty/osx.tar.xz | tar xJ -C $SW;

View File

@ -93,7 +93,7 @@ the following dependencies are installed first.
* libunistring
* zlib
* libpng
* freetype
* freetype (not needed on macOS)
* fontconfig (not needed on macOS)
* ImageMagick (optional, needed to use the `kitty icat` tool to display images in the terminal)
* gcc or clang (required only for building)