diff options
author | raveit65 <[email protected]> | 2019-11-23 23:19:22 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-11-23 23:19:22 +0100 |
commit | d9392e3b544905009dbb19283a4c853419ff250d (patch) | |
tree | 356dcfadab31f272e39d97275a472af4f6328e93 | |
parent | 57951628f1a4fc34865fcd59e6340b733f606be9 (diff) | |
download | mate-common-d9392e3b544905009dbb19283a4c853419ff250d.tar.bz2 mate-common-d9392e3b544905009dbb19283a4c853419ff250d.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 8eb86ff..d6fae0c 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" ########################################################## |