diff options
author | raveit65 <[email protected]> | 2019-05-21 13:01:24 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-05-21 13:02:58 +0200 |
commit | 0f4570a392f058c5c86c6ec853de45d7451829b4 (patch) | |
tree | 66e1041c2d3d7ea6fa946f2e07fc798212edb718 | |
parent | 2497b11eacbf4a008f0ae82c1ca04cf1e2c562fc (diff) | |
download | mate-screensaver-0f4570a392f058c5c86c6ec853de45d7451829b4.tar.bz2 mate-screensaver-0f4570a392f058c5c86c6ec853de45d7451829b4.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 304d4d0..458365b 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" ########################################################## |