diff options
author | Pablo Barciela <[email protected]> | 2019-10-08 15:18:08 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2019-10-08 15:18:08 +0200 |
commit | 66c717c8960df2c31b1fe1fdc56beefc03ef41d6 (patch) | |
tree | c9f3ea42e07114a4ad4963c0bc11fcc1c6307d2a | |
parent | 12bee68b8835a44784f524b4b868e03f484b2082 (diff) | |
download | mate-user-guide-66c717c8960df2c31b1fe1fdc56beefc03ef41d6.tar.bz2 mate-user-guide-66c717c8960df2c31b1fe1fdc56beefc03ef41d6.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 5d30a4a..5ccc5c7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -53,7 +53,7 @@ after_success: env: - DISTRO="archlinux/base" - - DISTRO="debian:sid" + - DISTRO="debian:testing" - DISTRO="fedora:30" - DISTRO="ubuntu:19.10" |