diff options
author | Pablo Barciela <[email protected]> | 2019-10-09 15:02:49 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2019-10-19 15:02:37 +0200 |
commit | 5a9755323d259d0e8eea2dfb04d2534d31815b7c (patch) | |
tree | 2e14403cc0b18abf96c6e34e88176306e51fb002 | |
parent | ff17cc4c4bb6bc988c727c2a94bca6e999f9e7a1 (diff) | |
download | mate-menus-5a9755323d259d0e8eea2dfb04d2534d31815b7c.tar.bz2 mate-menus-5a9755323d259d0e8eea2dfb04d2534d31815b7c.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 80fc4e1..9badd57 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" |