diff options
author | Pablo Barciela <[email protected]> | 2019-05-25 15:35:29 +0200 |
---|---|---|
committer | ZenWalker <[email protected]> | 2019-05-25 16:40:19 +0200 |
commit | 59f6fd1c324c0d5d1e92239bdbf95dc28a245764 (patch) | |
tree | 794c0393e84b082e4bf69f342bad14f1427e88ac | |
parent | 2910ba67c315f4f489d259ac2078fb09a18390c4 (diff) | |
download | mate-terminal-59f6fd1c324c0d5d1e92239bdbf95dc28a245764.tar.bz2 mate-terminal-59f6fd1c324c0d5d1e92239bdbf95dc28a245764.tar.xz |
travis: use Debian Buster which has 1.20
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 8364638..0bea1ba 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,7 @@ script: env: - DISTRO="archlinux/base" - - DISTRO="debian:sid" + - DISTRO="debian:buster" - DISTRO="fedora:29" - DISTRO="ubuntu:18.10" |