diff options
author | raveit65 <[email protected]> | 2019-11-24 12:10:19 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-11-24 12:10:19 +0100 |
commit | 49905b01f19f69cb30a0ccbd4afc4029466c0135 (patch) | |
tree | c4b54ae2c3c5c06628be25589118278ebb2f1050 | |
parent | 44dd04c79e96f54074b4a7f6cdf75d5e06c387e5 (diff) | |
download | mate-notification-daemon-49905b01f19f69cb30a0ccbd4afc4029466c0135.tar.bz2 mate-notification-daemon-49905b01f19f69cb30a0ccbd4afc4029466c0135.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 7a6065a..9332233 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" ########################################################## |