From 3db342340baabfe79fc2d7a1a69502569cb7c597 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Wed, 13 Sep 2017 22:50:57 +0200 Subject: [PATCH] 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 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5