Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2daee94 commit d7ca847Copy full SHA for d7ca847
.travis.yml
@@ -76,7 +76,10 @@ before_install:
76
else
77
brew update
78
brew tap homebrew/gui
79
- brew install python libpng inkscape ffmpeg imagemagick mplayer ghostscript
+ 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
83
fi
84
85
install:
0 commit comments