diff options
author | raveit65 <[email protected]> | 2021-03-08 22:22:41 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-03-08 22:22:41 +0100 |
commit | 030f0e2543a241b5e8355d069e070f22cb764160 (patch) | |
tree | 8e48ddaff72b514f7d41f63c93ca8fcfbfaad743 | |
parent | 1255d411f2fbfb52b39ffe2b761e432b5463fe6a (diff) | |
download | mate-power-manager-030f0e2543a241b5e8355d069e070f22cb764160.tar.bz2 mate-power-manager-030f0e2543a241b5e8355d069e070f22cb764160.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 794ae13..3eba9de 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" |