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-nimble.git
The following commit(s) were added to refs/heads/master by this push:
new 904a93f travis: Run on Bionic
904a93f is described below
commit 904a93f527a9301f939f8dcfa2edd50bcc174e23
Author: Szymon Janc <[email protected]>
AuthorDate: Fri Mar 12 10:54:51 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 3c1a5ef..285b81e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,6 +17,8 @@
language: go
+dist: bionic
+
_addons: &addon_conf
apt:
sources: