diff options
author | Pablo Barciela <[email protected]> | 2019-10-06 14:21:12 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2019-10-12 00:34:29 +0200 |
commit | 2a4e1c90c2184a143d13997b0168f7fb9301f1eb (patch) | |
tree | ef47739935378d36c08c8074437701041bcc2d47 /.travis.yml | |
parent | f8f3775f2f6acff74006d27b68f4310a6dee2acb (diff) | |
download | mate-control-center-2a4e1c90c2184a143d13997b0168f7fb9301f1eb.tar.bz2 mate-control-center-2a4e1c90c2184a143d13997b0168f7fb9301f1eb.tar.xz |
Travis CI: use Debian "testing" instead "sid"
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index b8bbcdbc..19919ad2 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" |