diff options
author | Julian Andres Klode <jak@debian.org> | 2016-11-14 14:40:31 +0100 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2016-11-14 15:10:03 +0100 |
commit | 20ad228fc3f55c5142bb8d797e8d5d729b330816 (patch) | |
tree | 29631ef9f1d62458c25e683ece4047131283002d | |
parent | 50e3f7d4b7388d261e79e5d022a26262e7e72118 (diff) |
travis: Pull in c++ standard library and g++ 5 from wily
The one in trusty does not support std::put_time(), causing the
compile to fail. This commit is specific to the 1.2 branch, as
newer branches already pull this in automatically.
Gbp-Dch: ignore
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index a076d3e4c..778368cc1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,7 @@ before_install: sudo sh -c '/bin/echo -e "Package: *\nPin: release n=wily\nPin-Priority: 1" > /etc/apt/preferences.d/wily' - sudo apt-get update -qq install: + - sudo apt-get -qq -y -t wily install libstdc++-5-dev g++ - sudo ./prepare-release travis-ci - sudo apt-get -qq -y -t wily install gettext liblz4-dev python3-apt - make |