diff options
author | raveit65 <[email protected]> | 2019-11-24 00:48:09 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-11-24 00:48:09 +0100 |
commit | ee3d6833f19dcbff05c71c847050d3e7c714fd58 (patch) | |
tree | 3a0f55b29d974828e7904d0652ace82675a3555a | |
parent | 96b8f8636055baf9fcb82845553667ce05416b09 (diff) | |
download | libmateweather-ee3d6833f19dcbff05c71c847050d3e7c714fd58.tar.bz2 libmateweather-ee3d6833f19dcbff05c71c847050d3e7c714fd58.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 153a8af..34931b2 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" ########################################################## |