From 20ad228fc3f55c5142bb8d797e8d5d729b330816 Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Mon, 14 Nov 2016 14:40:31 +0100 Subject: 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 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.travis.yml') 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 -- cgit v1.2.3