diff options
author | raveit65 <[email protected]> | 2019-11-24 00:30:02 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-11-24 00:33:26 +0100 |
commit | d2eb2efc3d214a832124df4eadf359467e6e5d0a (patch) | |
tree | ad4e33b4548b5c294d47fd10ce7c8475c22029ea | |
parent | 0721c2a8c47bb7a7bb510d17bf79804f9ceb7acf (diff) | |
download | libmatekbd-d2eb2efc3d214a832124df4eadf359467e6e5d0a.tar.bz2 libmatekbd-d2eb2efc3d214a832124df4eadf359467e6e5d0a.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 90d3557..8e1ec19 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" ########################################################## |