diff options
author | raveit65 <[email protected]> | 2019-11-24 14:24:47 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-11-24 14:31:53 +0100 |
commit | 30f023482f9281b9e3bd116d600e86ea1682743a (patch) | |
tree | 8842bf3fab57bd831cc015610917d120ad9eab84 | |
parent | d316180bd9d08d03c6a3d797eaee5a1278cdb2d9 (diff) | |
download | marco-30f023482f9281b9e3bd116d600e86ea1682743a.tar.bz2 marco-30f023482f9281b9e3bd116d600e86ea1682743a.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 6c5e6c31..04baf18d 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" ########################################################## |