diff options
author | raveit65 <[email protected]> | 2019-05-28 15:57:27 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-05-28 15:57:27 +0200 |
commit | 19b9b1775b8e59eb05986ad1fdc4f93bd1d30058 (patch) | |
tree | 80a08cd35912b08c35b127801b27cb2c99bfe3b5 | |
parent | fee87c2b7bf6e893be9527f3203e628a4b366b76 (diff) | |
download | mate-session-manager-1.20.tar.bz2 mate-session-manager-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 b5a3430..a628dc4 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" ########################################################## |