diff options
author | raveit65 <[email protected]> | 2021-03-09 23:34:15 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-03-09 23:34:15 +0100 |
commit | 862c6aee60cfc0d5661bff44605fdf884f23212c (patch) | |
tree | 5b6329714ea482f527b04425041105e2b61ef272 | |
parent | 3083164db177eb9eef4b95babc2780c633178379 (diff) | |
download | mate-user-share-862c6aee60cfc0d5661bff44605fdf884f23212c.tar.bz2 mate-user-share-862c6aee60cfc0d5661bff44605fdf884f23212c.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 077a504..ae092e7 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" |