diff options
author | Pablo Barciela <[email protected]> | 2019-10-06 13:41:56 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2019-10-06 13:41:56 +0200 |
commit | 1690e4ad9ced60421a7ed43db863eebd49e720c6 (patch) | |
tree | 1acc796a37ec22ce5b6e460a8ced9b1f22aa3b4e /.travis.yml | |
parent | 6b0620edf173bf36ccedbe205e24b90e00915c6b (diff) | |
download | mate-themes-1690e4ad9ced60421a7ed43db863eebd49e720c6.tar.bz2 mate-themes-1690e4ad9ced60421a7ed43db863eebd49e720c6.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 7db41e03..e060ab85 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.10" |