diff options
author | Pablo Barciela <[email protected]> | 2019-10-06 15:03:35 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2019-10-14 00:11:15 +0200 |
commit | f5d4b3a0e099fe0c6f033f6ba8ac399ce3809811 (patch) | |
tree | 834eee59ecd429f5d1441ae5bfeff9e8140f367c | |
parent | abd7f4610daf32f78ae1fe3a9549ac0e109e8316 (diff) | |
download | mate-applets-f5d4b3a0e099fe0c6f033f6ba8ac399ce3809811.tar.bz2 mate-applets-f5d4b3a0e099fe0c6f033f6ba8ac399ce3809811.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 72021cb9..dc4c4d8c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,7 +28,7 @@ deploy: env: - DISTRO="archlinux/base" - - DISTRO="debian:sid" + - DISTRO="debian:testing" - DISTRO="fedora:30" - DISTRO="ubuntu:19.04" |