diff options
author | raveit65 <[email protected]> | 2019-11-24 16:52:24 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-11-24 16:52:24 +0100 |
commit | 2b34062d1c53570831307b9a2882fff08c97a655 (patch) | |
tree | feb32a8f35deb46ca867d15ffbf75f97fb8c0956 /.travis.yml | |
parent | f253aaea98bbe0a12911ff294c90961bfe3f106f (diff) | |
download | engrampa-2b34062d1c53570831307b9a2882fff08c97a655.tar.bz2 engrampa-2b34062d1c53570831307b9a2882fff08c97a655.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 c7336db..2c31134 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" ########################################################## |