diff options
author | raveit65 <[email protected]> | 2019-11-24 13:17:04 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-11-24 13:17:04 +0100 |
commit | bc6a1f67f486f34dcecdc9fd015b8e276df76a53 (patch) | |
tree | 1a653fdd334a442eebe1a55f703b544ca2ab5474 | |
parent | d551a165f702547cd5c782627b7b4a40392b62d3 (diff) | |
download | mate-user-share-bc6a1f67f486f34dcecdc9fd015b8e276df76a53.tar.bz2 mate-user-share-bc6a1f67f486f34dcecdc9fd015b8e276df76a53.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 d07f2f7..126d914 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" ########################################################## |