diff options
author | Pablo Barciela <[email protected]> | 2019-10-06 20:52:54 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2019-10-06 20:52:54 +0200 |
commit | 642dc24187435ef61eb9d967f9eeaa7e76c30b5b (patch) | |
tree | 50fff360c6ffb6b8e8dab42ed2dbdea04f51a54f /.travis.yml | |
parent | deab4e3d6486a4f006153d0677825bd72c1a4842 (diff) | |
download | mate-calc-642dc24187435ef61eb9d967f9eeaa7e76c30b5b.tar.bz2 mate-calc-642dc24187435ef61eb9d967f9eeaa7e76c30b5b.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 e2a01e1..f7706d7 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" |