diff options
author | Pablo Barciela <[email protected]> | 2019-10-07 15:12:06 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2019-10-07 15:12:06 +0200 |
commit | e83a3e402368901f7162362960af06b5a5dfa839 (patch) | |
tree | 65172af8450fc543a847f260d1baf67e6e9d8220 /.travis.yml | |
parent | 7af882de57dc1a131a7bcd4de9b4a31fcac72eb0 (diff) | |
download | mate-terminal-e83a3e402368901f7162362960af06b5a5dfa839.tar.bz2 mate-terminal-e83a3e402368901f7162362960af06b5a5dfa839.tar.xz |
Travis CI: use Debian "testing" instead "sid"
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index b1ecdb8..05e1569 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" |