Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d7ca847

Browse filesBrowse files
committed
Don't install ghostscript and inkscape on osx
1 parent 2daee94 commit d7ca847
Copy full SHA for d7ca847

File tree

Expand file treeCollapse file tree

1 file changed

+4
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-1
lines changed

‎.travis.yml

Copy file name to clipboardExpand all lines: .travis.yml
+4-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.