diff options
author | raveit65 <[email protected]> | 2019-05-29 09:32:03 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-05-29 09:32:03 +0200 |
commit | 3fa65bb93b97d61df55d206a0c1d17a4e8ea8dd2 (patch) | |
tree | 22b70cb875f580699431202193f948a378055599 | |
parent | b76cc0ea31ae919b55501859d410068ed02488f9 (diff) | |
download | mate-terminal-1.20.tar.bz2 mate-terminal-1.20.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 0bea1ba..07f90f1 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" ########################################################## |