diff --git a/.travis.yml b/.travis.yml index 46c3946..3285d67 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: