diff options
author | raveit65 <[email protected]> | 2019-11-24 14:51:50 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-11-24 14:52:39 +0100 |
commit | fc9b4939fdaf8ffff471e675887ee849bea5a0d7 (patch) | |
tree | 851301b700dd31238c0b2c35b0aeb7cda392b57b | |
parent | 8d8d2098d44703520052b8c199d3a1f123593631 (diff) | |
download | mate-calc-fc9b4939fdaf8ffff471e675887ee849bea5a0d7.tar.bz2 mate-calc-fc9b4939fdaf8ffff471e675887ee849bea5a0d7.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 185c111..884b9c3 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" ########################################################## |