From: Vincent Bernat Date: Wed, 13 Sep 2017 20:50:57 +0000 (+0200) Subject: travis: fix broken build due to incomplete python install X-Git-Tag: 0.9.9~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3db342340baabfe79fc2d7a1a69502569cb7c597;p=thirdparty%2Flldpd.git travis: fix broken build due to incomplete python install Unsure of the root cause. See this build log: https://travis-ci.org/vincentbernat/lldpd/jobs/275129851 --- diff --git a/.travis.yml b/.travis.yml index 1ba6ca11..4676d08c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ language: c +group: deprecated-2017Q3 os: linux dist: trusty compiler: gcc