fix name of libsdl2 package

This commit is contained in:
Christopher A. Mosher 2017-09-09 18:46:02 -04:00
parent 4b3a24a360
commit f9da9258e8
1 changed files with 1 additions and 3 deletions

View File

@ -4,11 +4,9 @@ language: cpp
compiler:
- gcc
before_install:
- sudo apt-get install -y software-properties-common
- sudo add-apt-repository "deb http://us.archive.ubuntu.com/ubuntu/ trusty universe"
- sudo apt-get -qq update
install:
- sudo apt-get install -y libsdl2
- sudo apt-get install -y libsdl2-2.0
before_script:
- ./bootstrap
script: