diff options
author | raveit65 <[email protected]> | 2019-11-24 17:52:21 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-11-24 17:52:21 +0100 |
commit | 29d7d11532f71f15de3c31587f73d8077a05d3c0 (patch) | |
tree | 6bee02f5e4e3442eb53f21099a32cb578aa3b13e /.travis.yml | |
parent | 3bd57f64e4633d58970089d2f5c26f7691a2d1e3 (diff) | |
download | mate-power-manager-29d7d11532f71f15de3c31587f73d8077a05d3c0.tar.bz2 mate-power-manager-29d7d11532f71f15de3c31587f73d8077a05d3c0.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 d4dab78..f556184 100644 --- a/.travis.yml +++ b/.travis.yml @@ -55,7 +55,7 @@ after_success: env: - DISTRO="archlinux/base" - DISTRO="debian:testing" - - DISTRO="fedora:30" + - DISTRO="fedora:latest" - DISTRO="ubuntu:19.10" ########################################################## |