From 650b4ab3dc44395aa52b296a04c124a12c23bd0c Mon Sep 17 00:00:00 2001 From: Sebastian Ullrich Date: Fri, 15 Sep 2017 10:27:37 +0200 Subject: [PATCH] chore(.travis.yml): undo Travis update The test_registry test is failing because `python3` seems to have reverted to Python 3.4 in a Travis upgrade. Probably related to https://github.com/travis-ci/travis-ci/issues/8315#issuecomment-327537437. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 81b2f88b9d..9ae8c17a16 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,7 @@ language: cpp sudo: true cache: apt dist: trusty +group: deprecated-2017Q3 addons: apt: sources: &apt_sources