Travis: Remove imagemagick dependency

This commit is contained in:
Vicki Pfau 2019-12-13 00:57:14 -08:00
parent ad84c8f3c4
commit b7bbe0a207
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/bin/sh
if [ $TRAVIS_OS_NAME = "osx" ]; then
brew update
brew install qt5 ffmpeg imagemagick sdl2 libedit libelf libpng libzip
brew install qt5 ffmpeg sdl2 libedit libelf libpng libzip
else
sudo apt-get update
sudo apt-get -y install libseccomp2