From 1b8df8457a04f956655bdfa91774edb37b6f412a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorbj=C3=B8rn=20Lindeijer?= Date: Thu, 10 Mar 2022 08:17:08 +0100 Subject: [PATCH] Travis CI: Fixed the build Compile fails due to missing return value for emplace_back. Running build on bionic rather than xenial helps. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 936ea93d8c..444e3691ae 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: cpp sudo: required -dist: xenial +dist: bionic python: 3.6 env: