Update apt sources in Travis CI builds.

This commit is contained in:
Bryan Petty
2015-12-17 07:57:34 -07:00
committed by Vadim Zeitlin
parent 70de382197
commit d82306cd2e

View File

@@ -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
@@ -18,6 +19,7 @@ notifications:
on_failure: change
before_install:
- sudo apt-get update
- sudo apt-get install -y libcppunit-dev
env: