Enable Universe repo

This commit is contained in:
Christopher A. Mosher 2017-09-09 18:31:40 -04:00
parent 6008287d57
commit 4b3a24a360
1 changed files with 6 additions and 2 deletions

View File

@ -1,10 +1,14 @@
dist: trusty
sudo: false
sudo: required
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 libsdl2
- sudo apt-get install -y libsdl2
before_script:
- ./bootstrap
script: