diff options
author | raveit65 <[email protected]> | 2019-05-28 16:08:47 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-05-28 16:08:47 +0200 |
commit | 76b7787867c9be65b1df632b6c1e6fd44f07363e (patch) | |
tree | 4d908a83c5622754ddccf75d7b691ab759d638f3 | |
parent | 3ac326236839967be38ab661aae6d8eed5e97213 (diff) | |
download | mate-settings-daemon-76b7787867c9be65b1df632b6c1e6fd44f07363e.tar.bz2 mate-settings-daemon-76b7787867c9be65b1df632b6c1e6fd44f07363e.tar.xz |
travis: use f28 and disable archlinux1.20
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index e23771f..0ed5c73 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:buster" - - DISTRO="fedora:29" + - DISTRO="fedora:28" - DISTRO="ubuntu:18.10" ########################################################## |