diff options
author | Pablo Barciela <[email protected]> | 2019-10-08 15:17:58 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2019-10-08 15:17:58 +0200 |
commit | b27afbf4795f49cc5be49afdcc6de8cf40d04d04 (patch) | |
tree | 43353241f78975834a29c99bb7cec9a80bc45df3 | |
parent | f6d196a712b2e7cfaffb111712d14cbc8d3546b2 (diff) | |
download | mate-sensors-applet-b27afbf4795f49cc5be49afdcc6de8cf40d04d04.tar.bz2 mate-sensors-applet-b27afbf4795f49cc5be49afdcc6de8cf40d04d04.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 f5a19d2..5c3e308 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" |