diff options
author | Pablo Barciela <[email protected]> | 2019-10-07 15:12:06 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2019-10-14 00:14:57 +0200 |
commit | e2a1e5ca2d296a9cfef33f7c3690e3c36218d5d5 (patch) | |
tree | f58fc5b1632ff71b6c687a4b4954cac3333e7e81 | |
parent | e4f02c01d151ff90890d6a30c0660aa36b569cf7 (diff) | |
download | mate-terminal-e2a1e5ca2d296a9cfef33f7c3690e3c36218d5d5.tar.bz2 mate-terminal-e2a1e5ca2d296a9cfef33f7c3690e3c36218d5d5.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 1f427b7..e18481e 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" |