diff options
author | raveit65 <[email protected]> | 2019-11-24 16:48:51 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-11-24 16:48:51 +0100 |
commit | 77f84cfa28494b27e6e8f5769a8abcd3d29d6489 (patch) | |
tree | 45aa8c293a56f8aad93d52f6a40638bc3e40828e /.travis.yml | |
parent | 6b7282ef2adf4a38b0de4fc1761a4f2381bdfdce (diff) | |
download | caja-extensions-77f84cfa28494b27e6e8f5769a8abcd3d29d6489.tar.bz2 caja-extensions-77f84cfa28494b27e6e8f5769a8abcd3d29d6489.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 0edc210..429e721 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" ########################################################## |