diff options
author | Pablo Barciela <[email protected]> | 2019-10-07 15:10:37 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2019-10-14 00:12:09 +0200 |
commit | e93e9e522a72667afb8688739f60d4555bc70ac0 (patch) | |
tree | 09bea1cea59e53e5b6e540d437e350b521a5b6a1 | |
parent | fa0f8e97097816303c5d851a77538b1cb8ba5146 (diff) | |
download | mate-icon-theme-e93e9e522a72667afb8688739f60d4555bc70ac0.tar.bz2 mate-icon-theme-e93e9e522a72667afb8688739f60d4555bc70ac0.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 0491af7..448f5c3 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" |