diff options
author | raveit65 <[email protected]> | 2021-02-22 22:51:14 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-02-22 22:51:14 +0100 |
commit | 4b5cf601ddbb58f7b30888f3ec4705012279bfa8 (patch) | |
tree | ff8f60173f1d20c37ed781446d307ea9f912974c | |
parent | 84de28686a201fd6ccda3ac562d7ed1d9369a730 (diff) | |
download | mate-power-manager-4b5cf601ddbb58f7b30888f3ec4705012279bfa8.tar.bz2 mate-power-manager-4b5cf601ddbb58f7b30888f3ec4705012279bfa8.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 78769ab..1c9df12 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" |