diff options
author | Pablo Barciela <[email protected]> | 2019-10-06 15:35:29 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2019-10-06 15:35:29 +0200 |
commit | 5f8bf42dc4b5bae6627bafb850e90fc8d25e8f5f (patch) | |
tree | e16a6383412d534fea26748bf2632da2abb71674 /.travis.yml | |
parent | 8f7e765758fe23c5a4b11a70958c2db1804d4d5e (diff) | |
download | libmatemixer-5f8bf42dc4b5bae6627bafb850e90fc8d25e8f5f.tar.bz2 libmatemixer-5f8bf42dc4b5bae6627bafb850e90fc8d25e8f5f.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 8587550..784fe93 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" |