Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d7ca847

Browse files
committed
Don't install ghostscript and inkscape on osx
1 parent 2daee94 commit d7ca847

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,10 @@ before_install:
7676
else
7777
brew update
7878
brew tap homebrew/gui
79-
brew install python libpng inkscape ffmpeg imagemagick mplayer ghostscript
79+
brew install python libpng ffmpeg imagemagick mplayer
80+
# We could install ghostscript and inkscape here to test svg and pdf
81+
# but this makes the test time really long.
82+
# brew install ghostscript inkscape
8083
fi
8184
8285
install:

0 commit comments

Comments
 (0)