diff options
author | Pablo Barciela <[email protected]> | 2019-10-09 15:02:40 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2019-10-09 15:02:40 +0200 |
commit | 59108d90cd2a7f042624d89ba4b7f76e3db4d27e (patch) | |
tree | b9ad1e4d9aa1de4165cff723a6afb3c1daa5c0f9 | |
parent | 676ff9cd2cfa5ba4e4602c26efab95c35e482404 (diff) | |
download | mate-indicator-applet-59108d90cd2a7f042624d89ba4b7f76e3db4d27e.tar.bz2 mate-indicator-applet-59108d90cd2a7f042624d89ba4b7f76e3db4d27e.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 2c9a919..9b63226 100644 --- a/.travis.yml +++ b/.travis.yml @@ -54,7 +54,7 @@ after_success: env: - DISTRO="archlinux/base" - - DISTRO="debian:sid" + - DISTRO="debian:testing" - DISTRO="fedora:30" - DISTRO="ubuntu:19.10" |