diff options
author | raveit65 <[email protected]> | 2019-11-24 17:59:24 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-11-24 18:02:41 +0100 |
commit | eb768a00668092ab400cb23ee749b3c83adb8e8b (patch) | |
tree | 7fbe11c1ec57432df5be4d56b5dae7eae5b999a6 | |
parent | 93d98c3d3aba5c5d4f2439d19780acae2f6f91a8 (diff) | |
download | python-caja-eb768a00668092ab400cb23ee749b3c83adb8e8b.tar.bz2 python-caja-eb768a00668092ab400cb23ee749b3c83adb8e8b.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 93e7420..9006556 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,7 +29,7 @@ deploy: env: - DISTRO="archlinux/base" - DISTRO="debian:testing" - - DISTRO="fedora:30" + - DISTRO="fedora:latest" - DISTRO="ubuntu:19.10" ########################################################## |