From: Julian Andres Klode Date: Mon, 14 Nov 2016 13:40:31 +0000 (+0100) Subject: travis: Pull in c++ standard library and g++ 5 from wily X-Git-Tag: 1.2.16~4 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/20ad228fc3f55c5142bb8d797e8d5d729b330816 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 --- 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