diff options
author | Pablo Barciela <[email protected]> | 2019-10-06 14:20:21 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2019-10-15 10:29:25 +0200 |
commit | 5db009883b9f5158fb9ce7bcef641d228c3db98a (patch) | |
tree | 43e02b0e738b47917020d95de792d6bc0106c897 | |
parent | d54454a19f30647ad42e476769f713089d78a9ae (diff) | |
download | mate-desktop-5db009883b9f5158fb9ce7bcef641d228c3db98a.tar.bz2 mate-desktop-5db009883b9f5158fb9ce7bcef641d228c3db98a.tar.xz |
Travis CI: use Debian "testing" instead "sid"
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 64a434f..6dbdfe9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,7 +28,7 @@ deploy: env: - DISTRO="archlinux/base" - - DISTRO="debian:sid" + - DISTRO="debian:testing" - DISTRO="fedora:30" - DISTRO="ubuntu:19.04" |