diff options
author | Pablo Barciela <[email protected]> | 2019-10-06 14:20:21 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2019-10-06 14:20:21 +0200 |
commit | 84f4c42af3ff687109e99ee02d217dcc9e399f27 (patch) | |
tree | 3f2052b367df6d71abf40c1dd360c049b1360fe6 | |
parent | b47a5bd2c8b07dc35948b0e45990b26ef4b7a671 (diff) | |
download | mate-desktop-84f4c42af3ff687109e99ee02d217dcc9e399f27.tar.bz2 mate-desktop-84f4c42af3ff687109e99ee02d217dcc9e399f27.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 d80a075..d124149 100644 --- a/.travis.yml +++ b/.travis.yml @@ -54,7 +54,7 @@ after_success: env: - DISTRO="archlinux/base" - - DISTRO="debian:sid" + - DISTRO="debian:testing" - DISTRO="fedora:30" - DISTRO="ubuntu:19.10" |