- try to add sdl2 to travis

This commit is contained in:
SoftCoder 2015-09-29 01:41:14 -07:00
parent a9ce962f46
commit e2eb8ce745
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ before_install:
- sudo apt-get update -qq # UPDATE REPOS
#- sudo apt-get upgrade -qq # UPGRADE SYSTEM TO LATEST PATCH LEVEL
- sudo apt-get install -y -qq
- sudo apt-get install libsdl2-dev
- sudo mk/linux/setupBuildDeps.sh --quiet # INSTALL OUR DEPENDENCIES
script: