diff options
author | raveit65 <[email protected]> | 2021-03-08 22:01:17 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-03-08 22:01:17 +0100 |
commit | af0ecc91b15f394b2223e957bc0fed1e5ab25854 (patch) | |
tree | 04365080e3bccff2a527faecb28bef70d5f98908 | |
parent | 82ec710006da3f2fe39f40b887aa895c3e81cd4b (diff) | |
download | mate-media-af0ecc91b15f394b2223e957bc0fed1e5ab25854.tar.bz2 mate-media-af0ecc91b15f394b2223e957bc0fed1e5ab25854.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 6c280bc..0d99138 100644 --- a/.travis.yml +++ b/.travis.yml @@ -45,4 +45,4 @@ env: - DISTRO="archlinux:latest" - DISTRO="debian:testing" - DISTRO="fedora:latest" - - DISTRO="ubuntu:20.04" + - DISTRO="ubuntu:rolling" |