This is an automated email from the git hooks/post-receive script.
nsoffer pushed a commit to branch master in repository sanlock.
commit 1f20916af75f52243f98fad95936188889af01ee Author: Nir Soffer nsoffer@redhat.com AuthorDate: Mon Aug 24 21:27:19 2020 +0300
travis: Update to bionic
We used xenial which is too old now. Time to move to newer version.
Signed-off-by: Nir Soffer nsoffer@redhat.com --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml index bea805d..56bcc8c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ -dist: xenial +dist: bionic
language: python
sanlock-devel@lists.fedorahosted.org