diff options
author | Pablo Barciela <[email protected]> | 2019-10-06 20:52:54 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2019-10-12 22:53:32 +0200 |
commit | 2905b8565b89b89a23535eced0414e132d75862d (patch) | |
tree | 09d769d1691a262b7ded5cf8bd31cc4a022723c3 | |
parent | ac6a3843ccfe5d1dea2a1e16426fecaf18dc82e5 (diff) | |
download | mate-calc-2905b8565b89b89a23535eced0414e132d75862d.tar.bz2 mate-calc-2905b8565b89b89a23535eced0414e132d75862d.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 aa4e89c..d67045f 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" |