diff options
author | raveit65 <[email protected]> | 2021-02-22 22:54:30 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-02-22 22:54:30 +0100 |
commit | 0f7bf195aa52ed536131da85ced76118498f5bde (patch) | |
tree | 09d0cfe64cd1ed76d56b74af1ad55efb8f884b70 /.travis.yml | |
parent | dd0f9279eb831c49ac73b15f565bc9abcf9005ed (diff) | |
download | mate-screensaver-0f7bf195aa52ed536131da85ced76118498f5bde.tar.bz2 mate-screensaver-0f7bf195aa52ed536131da85ced76118498f5bde.tar.xz |
tx: use rolling tag for ubuntu
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 34d28a1..77ce715 100644 --- a/.travis.yml +++ b/.travis.yml @@ -72,4 +72,4 @@ env: - DISTRO="archlinux:latest" - DISTRO="debian:testing" - DISTRO="fedora:latest" - - DISTRO="ubuntu:devel" + - DISTRO="ubuntu:rolling" |