diff options
author | Pablo Barciela <[email protected]> | 2019-05-25 18:26:06 +0200 |
---|---|---|
committer | ZenWalker <[email protected]> | 2019-05-25 19:58:48 +0200 |
commit | fee87c2b7bf6e893be9527f3203e628a4b366b76 (patch) | |
tree | 3464fae4c769049e185c1438491735b634e60eb9 | |
parent | 9509073198acf40ca571121373dc364099e5a034 (diff) | |
download | mate-session-manager-fee87c2b7bf6e893be9527f3203e628a4b366b76.tar.bz2 mate-session-manager-fee87c2b7bf6e893be9527f3203e628a4b366b76.tar.xz |
travis: use Debian Buster which has 1.20
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 487195b..b5a3430 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,7 @@ script: env: - DISTRO="archlinux/base" - - DISTRO="debian:sid" + - DISTRO="debian:buster" - DISTRO="fedora:29" - DISTRO="ubuntu:18.10" |