diff options
author | raveit65 <[email protected]> | 2021-03-09 23:22:34 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-03-09 23:22:34 +0100 |
commit | b41481f38bd4592e829acacd32241a7c72ecc895 (patch) | |
tree | 60581eaac3e55e1eb2fc6f3d6e2286c8494e71a9 | |
parent | c13ce2aa04bee0bc47fa46ab18afacc8740b0c13 (diff) | |
download | mate-terminal-b41481f38bd4592e829acacd32241a7c72ecc895.tar.bz2 mate-terminal-b41481f38bd4592e829acacd32241a7c72ecc895.tar.xz |
travis: use rolling tag for ubuntu
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 7db4d42..c484dc9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -44,4 +44,4 @@ env: - DISTRO="archlinux:latest" - DISTRO="debian:testing" - DISTRO="fedora:latest" - - DISTRO="ubuntu:20.04" + - DISTRO="ubuntu:rolling" |