diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2020-09-22 07:20:15 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2020-09-22 07:20:15 +0200 |
commit | 6f1c486c597e2c9bac89abd92b589b8f4373ee58 (patch) | |
tree | d83d3c89a64f1f2841ec92025401b7af03e5cae8 /.travis.yml | |
parent | 065d1136e625d7993711533cce0293e3dfa6c19c (diff) | |
download | gterm-6f1c486c597e2c9bac89abd92b589b8f4373ee58.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 4256de0..1af5644 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ os: linux -dist: xenial +dist: bionic language: c compiler: gcc |