From 79351eb84c424c917c4dfb05393b488863325ab0 Mon Sep 17 00:00:00 2001 From: Scott Lamb Date: Mon, 30 Dec 2019 06:51:01 -0600 Subject: [PATCH] run CI on bionic, not xenial xenial is too old for 6fb346c to work. From comparing release dates, I think it's reasonable to guess people won't have trouble running something newer. In particular, there have been two major Raspbian releases since then, so current Pi systems will be more bionic-like than xenial-like. https://wiki.ubuntu.com/Releases * xenial (LTS) was relesed 2016-04-21 * bionic (LTS) was released 2018-04-26 https://en.wikipedia.org/wiki/Raspbian * stretch was released 2017-08-17 * buster was released 2019-06-24 https://www.debian.org/releases/ * stretch was released 2017-06-17 * buster was released 2019-07-06 (interesting that Raspbian buster was released before Debian buster) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5942c0a..dfad839 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ -dist: xenial +dist: bionic addons: apt: packages: