diff options
author | Pablo Barciela <[email protected]> | 2019-10-06 13:42:56 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2019-10-06 13:42:56 +0200 |
commit | 926e3e5989f9d74d2dee28c2fb82cc0036c5fbee (patch) | |
tree | 7ceaaf7e25f21f1a713e4e223de49b5d36177ed3 /.travis.yml | |
parent | a814c68b7b0e6ef961614fe85c6c26ed593a2d55 (diff) | |
download | marco-926e3e5989f9d74d2dee28c2fb82cc0036c5fbee.tar.bz2 marco-926e3e5989f9d74d2dee28c2fb82cc0036c5fbee.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 26c0d5af..c3b0a637 100644 --- a/.travis.yml +++ b/.travis.yml @@ -54,7 +54,7 @@ after_success: env: - DISTRO="archlinux/base" - - DISTRO="debian:sid" + - DISTRO="debian:testing" - DISTRO="fedora:30" - DISTRO="ubuntu:19.10" |