diff options
author | Pablo Barciela <[email protected]> | 2019-10-06 15:04:26 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2019-10-06 15:04:26 +0200 |
commit | 1070b230b14b79e70d32d63ae49412b7cd32720d (patch) | |
tree | 60584668c789481a6daa801468fc5a9c89aa22f0 | |
parent | df9a510bb8ab0dd382dd027c929351766aa1b837 (diff) | |
download | mate-backgrounds-1070b230b14b79e70d32d63ae49412b7cd32720d.tar.bz2 mate-backgrounds-1070b230b14b79e70d32d63ae49412b7cd32720d.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 dcfc091..92b02a1 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.10" |