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

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


The following commit(s) were added to refs/heads/master by this push:
     new 86a1afa  travis: try running on Bionic
     new 0058a77  Merge pull request #2526 from utzig/travis-bionic-update
86a1afa is described below

commit 86a1afa2d200c7194e1ccebec891861e42c6b304
Author: Fabio Utzig <ut...@apache.org>
AuthorDate: Thu Mar 11 14:36:58 2021 -0300

    travis: try running on Bionic
    
    Update the Travis environment to use Bionic (18.04) instead of Xenial
    (16.04) due to issues installing gcc-multilib.
    
    Signed-off-by: Fabio Utzig <ut...@apache.org>
---
 .travis.yml | 2 ++
 1 file changed, 2 insertions(+)

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

Reply via email to