diff options
author | Pablo Barciela <[email protected]> | 2019-10-06 16:28:14 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2019-10-06 16:28:14 +0200 |
commit | befae92e5ab44f466be794833f54d35146e9aa22 (patch) | |
tree | 3dc673e9b0062bf8ed2060df2e34d06401298f2d | |
parent | 4f25b65582cb39fb5bb12d29d6a2ea4a27f71ff0 (diff) | |
download | libmatekbd-befae92e5ab44f466be794833f54d35146e9aa22.tar.bz2 libmatekbd-befae92e5ab44f466be794833f54d35146e9aa22.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 ce0bb87..cb49b8a 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" |