This is an automated email from the ASF dual-hosted git repository.

janc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-newt.git


The following commit(s) were added to refs/heads/master by this push:
     new 09f83a7  travis: Run on Bionic
09f83a7 is described below

commit 09f83a735500c86965e0a64e616fb169d1fda5d5
Author: Szymon Janc <szymon.j...@codecoup.pl>
AuthorDate: Fri Mar 12 10:51:53 2021 +0100

    travis: Run on Bionic
    
    Update the Travis environment to use Bionic (18.04) instead of Xenial
    (16.04) due to issues installing gcc-multilib.
---
 .travis.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index da479fe..eedf4fb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,6 +17,8 @@
 
 language: go
 
+dist: bionic
+
 _addons: &addon_conf
   apt:
     sources:

Reply via email to