diff options
author | raveit65 <[email protected]> | 2021-02-22 23:20:48 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-02-22 23:20:48 +0100 |
commit | e97e2d8e84a13a522892f060ef49e8604617e6e4 (patch) | |
tree | 92e885c5f8e40071b1e1d75eacfa5c7b5cf67093 | |
parent | d245a2f56302b7a26528194f30c788f5ab80e38f (diff) | |
download | mate-system-monitor-e97e2d8e84a13a522892f060ef49e8604617e6e4.tar.bz2 mate-system-monitor-e97e2d8e84a13a522892f060ef49e8604617e6e4.tar.xz |
tx: 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 d45a18b..1145c38 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" |