diff options
author | raveit65 <[email protected]> | 2019-11-24 00:48:09 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-11-24 00:48:59 +0100 |
commit | e60a13000942052ca8fcfd484237b52eb2c0ea0c (patch) | |
tree | d1eb60b5388d309e11f52dd841c5a3c61cbe49b8 /.travis.yml | |
parent | e8facaf0c520d9654e1b3d6284f4572897524d78 (diff) | |
download | libmateweather-e60a13000942052ca8fcfd484237b52eb2c0ea0c.tar.bz2 libmateweather-e60a13000942052ca8fcfd484237b52eb2c0ea0c.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 47fa4f8..183f6e2 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" ########################################################## |