diff options
author | raveit65 <[email protected]> | 2020-11-18 12:15:24 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-11-18 12:15:24 +0100 |
commit | 8b0f938976cc8de095a3553a3c918de4e4e696e2 (patch) | |
tree | 13347a55994cb922c8885e8a654eb8f416c9165a | |
parent | 4c494955645397ac2087ba83dc9671dc5a1909c8 (diff) | |
download | mate-desktop-8b0f938976cc8de095a3553a3c918de4e4e696e2.tar.bz2 mate-desktop-8b0f938976cc8de095a3553a3c918de4e4e696e2.tar.xz |
travis CI: use rolling tag for ubuntu docker image
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 726b42f..56f1a94 100644 --- a/.travis.yml +++ b/.travis.yml @@ -46,4 +46,4 @@ env: - DISTRO="archlinux:latest" - DISTRO="debian:testing" - DISTRO="fedora:latest" - - DISTRO="ubuntu:20.04" + - DISTRO="ubuntu:rolling" |