diff options
author | Pablo Barciela <[email protected]> | 2019-10-09 15:02:54 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2019-10-20 13:10:07 +0200 |
commit | 3f224a584e3991a745158083dd03fd267231790c (patch) | |
tree | de2e842ca992cf311958949659c079733eea3ae8 | |
parent | f7f8a36560848ee8a189fc08de303dbdd381cdac (diff) | |
download | mozo-3f224a584e3991a745158083dd03fd267231790c.tar.bz2 mozo-3f224a584e3991a745158083dd03fd267231790c.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 159396a..481de95 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" |