From 4b3a24a3608784a07a12dd02336ab79019084d31 Mon Sep 17 00:00:00 2001 From: "Christopher A. Mosher" Date: Sat, 9 Sep 2017 18:31:40 -0400 Subject: [PATCH] Enable Universe repo --- .travis.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3436f0f..46c3946 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: