mirror of https://github.com/mgba-emu/mgba.git
Travis: Remove imagemagick dependency
This commit is contained in:
parent
ad84c8f3c4
commit
b7bbe0a207
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
if [ $TRAVIS_OS_NAME = "osx" ]; then
|
if [ $TRAVIS_OS_NAME = "osx" ]; then
|
||||||
brew update
|
brew update
|
||||||
brew install qt5 ffmpeg imagemagick sdl2 libedit libelf libpng libzip
|
brew install qt5 ffmpeg sdl2 libedit libelf libpng libzip
|
||||||
else
|
else
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get -y install libseccomp2
|
sudo apt-get -y install libseccomp2
|
||||||
|
|
Loading…
Reference in New Issue