diff options
author | Pablo Barciela <[email protected]> | 2019-10-06 20:54:47 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2019-10-12 00:36:57 +0200 |
commit | 15475a9825250b8b729558d886bca878fcbb0aad (patch) | |
tree | 0be3ffe325c980890a40744468a206dd2c3d1fe9 | |
parent | 3122a2fa013a81485545ee1fbdf27be61def10e1 (diff) | |
download | mate-settings-daemon-15475a9825250b8b729558d886bca878fcbb0aad.tar.bz2 mate-settings-daemon-15475a9825250b8b729558d886bca878fcbb0aad.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 ea97c6c..0848bac 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" |