diff options
author | Pablo Barciela <[email protected]> | 2019-10-10 15:24:13 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2019-10-10 15:24:13 +0200 |
commit | 57951628f1a4fc34865fcd59e6340b733f606be9 (patch) | |
tree | 82e96d8238cd4e9087783b44aa963442ac4c6048 | |
parent | 6d794e158da533458403446a179cd3a1c1de2f41 (diff) | |
download | mate-common-57951628f1a4fc34865fcd59e6340b733f606be9.tar.bz2 mate-common-57951628f1a4fc34865fcd59e6340b733f606be9.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 0f0f5f2..8eb86ff 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" |