diff options
author | raveit65 <[email protected]> | 2020-11-18 12:14:45 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-11-18 12:14:45 +0100 |
commit | 96cc8c849fdb2702b83dd8c1b762731f33a72410 (patch) | |
tree | 95b3a5ef817d621ebce1aebfb2c8bce80342cbc2 | |
parent | 50ef7968621e99303b8eb8c0eee17e267d5dd87f (diff) | |
download | mate-desktop-96cc8c849fdb2702b83dd8c1b762731f33a72410.tar.bz2 mate-desktop-96cc8c849fdb2702b83dd8c1b762731f33a72410.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 e268d8d..113cb57 100644 --- a/.travis.yml +++ b/.travis.yml @@ -73,4 +73,4 @@ env: - DISTRO="archlinux:latest" - DISTRO="debian:testing" - DISTRO="fedora:latest" - - DISTRO="ubuntu:devel" + - DISTRO="ubuntu:rolling" |