diff options
author | Pablo Barciela <[email protected]> | 2019-10-06 13:23:29 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2019-10-08 15:00:09 +0200 |
commit | 9d1f617f50f2f55c6055b8d9add5edcd0f238e74 (patch) | |
tree | aa836c78ba466f24b8407681d582e552e3d4db5e /.travis.yml | |
parent | a4f7fb384df667908f4bac7925ee4604d9a25c76 (diff) | |
download | mate-session-manager-9d1f617f50f2f55c6055b8d9add5edcd0f238e74.tar.bz2 mate-session-manager-9d1f617f50f2f55c6055b8d9add5edcd0f238e74.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 602b9b8..0cfb4ec 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" |