Update apt sources in Travis CI builds.
This commit is contained in:
parent
2c2b9051d8
commit
a775d57f97
@ -3,6 +3,7 @@
|
|||||||
# It is used automatically for the repositories on Github if it's found in the
|
# It is used automatically for the repositories on Github if it's found in the
|
||||||
# root directory of the project.
|
# root directory of the project.
|
||||||
language: cpp
|
language: cpp
|
||||||
|
sudo: required
|
||||||
|
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
|
|
||||||
@ -19,6 +20,7 @@ notifications:
|
|||||||
on_failure: change
|
on_failure: change
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
|
- sudo apt-get update
|
||||||
- sudo apt-get install -y libcppunit-dev
|
- sudo apt-get install -y libcppunit-dev
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
Loading…
Reference in New Issue
Block a user