foxygit / doom Log in
commit e96a59cceea7b516b7911ecf0a18f5ac1c09bc31
Author:     Fabian Greffrath <fabian@greffrath.com>
AuthorDate: Wed Jan 8 13:56:57 2020 +0100
Commit:     Fabian Greffrath <fabian@greffrath.com>
CommitDate: Wed Jan 8 13:56:57 2020 +0100

    travis: change to dist: bionic
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index f7082c7b..b72c6285 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,7 +3,7 @@ language: c
 compiler: gcc

 sudo: required
-dist: xenial
+dist: bionic

 env:
     - ANALYZE=false