diff options
author | Pablo Barciela <[email protected]> | 2019-10-08 15:18:03 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2019-10-19 15:03:36 +0200 |
commit | e56e359ec238bf3ef7a8eb333682e494da0d055a (patch) | |
tree | f99fac3c68565f5bd548913b87b03fbf16b3835a | |
parent | d83fc0c2a052b8ff38a8db46bdbbf4cec8ac9f50 (diff) | |
download | mate-system-monitor-e56e359ec238bf3ef7a8eb333682e494da0d055a.tar.bz2 mate-system-monitor-e56e359ec238bf3ef7a8eb333682e494da0d055a.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 dc76971..59c3ced 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" |