diff options
author | Pablo Barciela <[email protected]> | 2019-05-25 15:13:56 +0200 |
---|---|---|
committer | ZenWalker <[email protected]> | 2019-05-25 15:57:11 +0200 |
commit | 7090f1be2fd964937883aeabd4269348a41cfb24 (patch) | |
tree | 985bb35977d9460af6143f08556d0e9ed494c5e8 /.travis.yml | |
parent | a961028f454653a2674ab2b02380d60c8c1e392b (diff) | |
download | mate-control-center-7090f1be2fd964937883aeabd4269348a41cfb24.tar.bz2 mate-control-center-7090f1be2fd964937883aeabd4269348a41cfb24.tar.xz |
travis: use Debian Buster which has 1.20
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 839465e7..fd390358 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,7 @@ script: env: # - DISTRO="archlinux/base" - - DISTRO="debian:sid" + - DISTRO="debian:buster" - DISTRO="fedora:28" - DISTRO="ubuntu:18.10" |