diff options
author | raveit65 <[email protected]> | 2019-05-28 12:54:53 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-05-28 12:54:53 +0200 |
commit | 3bfd587dd8a04fbd88f8c0e88f70eb2883915208 (patch) | |
tree | ff1ba3931fa2d11d51f3643e70e39ecdd0b8a855 | |
parent | a9b5dd2a97f99e906a996973b35f436234b9f78b (diff) | |
download | mate-power-manager-3bfd587dd8a04fbd88f8c0e88f70eb2883915208.tar.bz2 mate-power-manager-3bfd587dd8a04fbd88f8c0e88f70eb2883915208.tar.xz |
travis: use f28 and disable archlinux
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index d1768ee..9f07013 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,9 +19,9 @@ script: - ./docker-build --name ${DISTRO} --verbose --config .travis.yml --build autotools env: - - DISTRO="archlinux/base" +# - DISTRO="archlinux/base" - DISTRO="debian:sid" - - DISTRO="fedora:29" + - DISTRO="fedora:28" - DISTRO="ubuntu:18.10" ########################################################## |