diff options
author | Pablo Barciela <[email protected]> | 2019-10-07 15:11:43 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2019-10-07 15:11:43 +0200 |
commit | 684456f0f3d8a515f717dfdb136485b834112dcc (patch) | |
tree | 2354cbdc77471f13121be552905755596b333652 /.travis.yml | |
parent | f13a41479bd268ef1d1187cd83f0157f0309b88e (diff) | |
download | mate-power-manager-684456f0f3d8a515f717dfdb136485b834112dcc.tar.bz2 mate-power-manager-684456f0f3d8a515f717dfdb136485b834112dcc.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 e858234..f4c57ed 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" |