Skip to content
Snippets Groups Projects
Commit 8d36a77e authored by Alam Ed Arias's avatar Alam Ed Arias
Browse files

travis-ci: libpng, not libsdl

parent 73dd5cd8
No related branches found
No related tags found
No related merge requests found
language: c
sudo: required
matrix:
include:
- os: linux
dist: trusty
sudo: required
- os: osx
env:
......@@ -39,6 +39,6 @@ before_script:
before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install sdl2_mixer libsdl game-music-emu p7zip ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install sdl2_mixer libpng game-music-emu p7zip ; fi
script: make
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment