diff options
author | raveit65 <[email protected]> | 2019-11-24 12:19:25 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-11-24 12:19:25 +0100 |
commit | d98f54e332d312b9fab094baf7e44ca47b8600ef (patch) | |
tree | 0d2a4320366b8871d582601a11e03edd5da9dd07 | |
parent | 4876d4ca993f8a96a8868d1076801539f1247d36 (diff) | |
download | mate-session-manager-d98f54e332d312b9fab094baf7e44ca47b8600ef.tar.bz2 mate-session-manager-d98f54e332d312b9fab094baf7e44ca47b8600ef.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 143eb14..4f73869 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" ########################################################## |