diff options
author | Pablo Barciela <[email protected]> | 2019-10-10 15:24:28 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2019-10-21 18:28:05 +0200 |
commit | 848e9ebd9330ac6e9b6a4adafaa9f41ac9c8b568 (patch) | |
tree | 8b7033ac91aafc6ef5084fe20f0b44f3e2c0c672 | |
parent | e6149bc60590c51e312809ad12a5e657888c3f12 (diff) | |
download | mate-user-share-848e9ebd9330ac6e9b6a4adafaa9f41ac9c8b568.tar.bz2 mate-user-share-848e9ebd9330ac6e9b6a4adafaa9f41ac9c8b568.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 d1048be..f1f08e9 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" |