diff options
author | Pablo Barciela <[email protected]> | 2019-10-09 15:02:40 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2019-10-20 13:06:10 +0200 |
commit | e6e6db84321ed1c5ef27605c3190e52bdf8ee4db (patch) | |
tree | 907bb758911708cf634d89f98653f9a61fd67f75 | |
parent | fd95d69a88375e75056d054abf6ba865af401718 (diff) | |
download | mate-indicator-applet-e6e6db84321ed1c5ef27605c3190e52bdf8ee4db.tar.bz2 mate-indicator-applet-e6e6db84321ed1c5ef27605c3190e52bdf8ee4db.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 9d23be2..991014a 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" |