diff options
author | raveit65 <[email protected]> | 2019-05-28 10:16:09 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-05-28 10:16:09 +0200 |
commit | 1163c628e02632970b7043c2070f508b8040d68c (patch) | |
tree | b858fc2bc9ca0e246e415bf273d50cfc9f79136a | |
parent | ff882fe8b9a088c451a85384bd35b6084710aba7 (diff) | |
download | mate-netbook-1163c628e02632970b7043c2070f508b8040d68c.tar.bz2 mate-netbook-1163c628e02632970b7043c2070f508b8040d68c.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 c8a243e..207a4f6 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" ########################################################## |