diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2020-09-22 07:20:43 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2020-09-22 07:20:43 +0200 |
commit | ea22d313963570ad89b77ac3ce48536b8555ca97 (patch) | |
tree | 9229f3286a5a0c30e897bc0b737b75531a0d73ba /.travis.yml | |
parent | 1bb8a8aa29845378903f3c690e17c0867c820da2 (diff) | |
download | fbida-ea22d313963570ad89b77ac3ce48536b8555ca97.tar.gz |
travis: use bionic
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 2188ef3..03d61ce 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ os: linux -dist: xenial +dist: bionic language: c compiler: gcc |