From a775d57f97b6137e638a107a04de7bba68756d34 Mon Sep 17 00:00:00 2001 From: Bryan Petty Date: Thu, 17 Dec 2015 07:57:34 -0700 Subject: [PATCH] Update apt sources in Travis CI builds. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index e50c7dbec5..1e213d66c7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ # It is used automatically for the repositories on Github if it's found in the # root directory of the project. language: cpp +sudo: required compiler: gcc @@ -19,6 +20,7 @@ notifications: on_failure: change before_install: + - sudo apt-get update - sudo apt-get install -y libcppunit-dev env: