all repos — mgba @ b7bbe0a2078954b2f2e61e1813b789dc65356653

mGBA Game Boy Advance Emulator

Travis: Remove imagemagick dependency
Vicki Pfau vi@endrift.com
Fri, 13 Dec 2019 00:57:14 -0800
commit

b7bbe0a2078954b2f2e61e1813b789dc65356653

parent

ad84c8f3c47420e5f526932dc49f21a6824e4b30

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M .travis-deps.sh.travis-deps.sh

@@ -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