Make sure SDL is installed on Travis-CI

This commit is contained in:
Stefan Arentz 2016-12-18 22:27:06 -05:00
parent 531d469212
commit 5596fc4555

View File

@ -22,5 +22,10 @@
os: osx
language: c
script: make
before_install:
- brew update
- brew install sdl2
before_script:
- cd src
script:
- make