diff options
author | Pablo Barciela <[email protected]> | 2019-10-10 15:24:32 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2019-10-10 15:24:32 +0200 |
commit | 7295f96d163e4fc3db4a7c364e86b8654b8c9147 (patch) | |
tree | dab0ab62a47fa16c5de471f84bc93fda437f09cf /.travis.yml | |
parent | a58a5af79459755c7b2c961ae4f06b462a86cdc4 (diff) | |
download | python-caja-7295f96d163e4fc3db4a7c364e86b8654b8c9147.tar.bz2 python-caja-7295f96d163e4fc3db4a7c364e86b8654b8c9147.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 e3c9d83..93e7420 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" |