diff options
author | raveit65 <[email protected]> | 2019-11-24 14:51:50 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-11-24 14:51:50 +0100 |
commit | 5de5f397d9ea3e0948662fd16402f84a349c62e4 (patch) | |
tree | 400ac32fabbaebe242b3c2a174e9950995f3fbf1 | |
parent | c90055f4204ff998e304a3a414263777d567dbff (diff) | |
download | mate-calc-5de5f397d9ea3e0948662fd16402f84a349c62e4.tar.bz2 mate-calc-5de5f397d9ea3e0948662fd16402f84a349c62e4.tar.xz |
travis ci: use fedora:latest
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index f7706d7..d5101ef 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" ########################################################## |