diff options
author | Pablo Barciela <[email protected]> | 2019-05-26 14:28:36 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2019-05-26 14:55:45 +0200 |
commit | 71940b33f9074086cf5c2bccfe6db9ebc1d5c26a (patch) | |
tree | b911c7ccd415a1fa6942121b11e955cdd4da2787 | |
parent | a6e875503fbd317ffdca33e50b09cc1bb9d9072e (diff) | |
download | libmatemixer-71940b33f9074086cf5c2bccfe6db9ebc1d5c26a.tar.bz2 libmatemixer-71940b33f9074086cf5c2bccfe6db9ebc1d5c26a.tar.xz |
travis: use Debian Buster which has 1.201.20
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 26bdb22..a1b43ff 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" |