diff options
author | Pablo Barciela <[email protected]> | 2019-10-06 13:42:56 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2019-10-15 10:28:34 +0200 |
commit | f161cbffaf865ec24efcbd790196a73e928b5b3f (patch) | |
tree | f7613d8aa4c7a35845a6a45b47820f326c3c44ea | |
parent | 7570fa816e25d358be1aa23e84f0033122f100d1 (diff) | |
download | marco-f161cbffaf865ec24efcbd790196a73e928b5b3f.tar.bz2 marco-f161cbffaf865ec24efcbd790196a73e928b5b3f.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 acbe3493..1785c0cf 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" |