diff options
author | raveit65 <[email protected]> | 2021-03-08 17:32:27 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-03-08 17:32:27 +0100 |
commit | 5e7dbdf728c6b6a0fcb3c6ee7a42842c4b5db262 (patch) | |
tree | 96e16514efab3775c02207fb17afd745063e591c | |
parent | 93ca8c7f6ec902e5963f4d0ec12b32cf833de2d0 (diff) | |
download | mate-common-5e7dbdf728c6b6a0fcb3c6ee7a42842c4b5db262.tar.bz2 mate-common-5e7dbdf728c6b6a0fcb3c6ee7a42842c4b5db262.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 1146fad..2b30783 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" |