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

View File

@@ -4,11 +4,9 @@ language: cpp
compiler: compiler:
- gcc - gcc
before_install: 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 - sudo apt-get -qq update
install: install:
- sudo apt-get install -y libsdl2 - sudo apt-get install -y libsdl2-2.0
before_script: before_script:
- ./bootstrap - ./bootstrap
script: script: