diff options
author | Pablo Barciela <[email protected]> | 2019-10-10 15:24:28 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2019-10-10 15:24:28 +0200 |
commit | e8193b6df6675d938365356c1f0f8ca540348cff (patch) | |
tree | 421326de1719ef67fcbc24584ac2a9123f18973a | |
parent | ddb5101765e7a3dc39c632cea937b536c40de37d (diff) | |
download | mate-user-share-e8193b6df6675d938365356c1f0f8ca540348cff.tar.bz2 mate-user-share-e8193b6df6675d938365356c1f0f8ca540348cff.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 0aa6346..d07f2f7 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" |