diff options
author | Pablo Barciela <[email protected]> | 2019-10-06 15:36:05 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2019-10-06 15:36:05 +0200 |
commit | 29c2c0a875ead3b90d11bd18f1895d69ff77600c (patch) | |
tree | ba70e6877c15131ae327c106a4d3f9004c493db9 /.travis.yml | |
parent | 711f1f2d5d08830118848488baf7c6e62c8a07dd (diff) | |
download | libmateweather-29c2c0a875ead3b90d11bd18f1895d69ff77600c.tar.bz2 libmateweather-29c2c0a875ead3b90d11bd18f1895d69ff77600c.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 71034f6..47fa4f8 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" |