diff options
author | raveit65 <[email protected]> | 2019-11-24 12:30:07 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-11-24 12:30:07 +0100 |
commit | 76fba6726b52c82c56f845eee0822b8f1bfbb305 (patch) | |
tree | d34dc9f85b1700111cc3e644bd864a64e0d85250 /.travis.yml | |
parent | 6638a36b6b838e8741087b2adcf610a7cebb9695 (diff) | |
download | mate-terminal-76fba6726b52c82c56f845eee0822b8f1bfbb305.tar.bz2 mate-terminal-76fba6726b52c82c56f845eee0822b8f1bfbb305.tar.xz |
travis ci: use fedora:latest
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 9ed9420..a833924 100644 --- a/.travis.yml +++ b/.travis.yml @@ -55,7 +55,7 @@ after_success: env: - DISTRO="archlinux/base" - DISTRO="debian:testing" - - DISTRO="fedora:30" + - DISTRO="fedora:latest" - DISTRO="ubuntu:19.10" ########################################################## |