diff options
author | raveit65 <[email protected]> | 2021-03-08 16:17:12 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-03-08 16:17:12 +0100 |
commit | 0b91c7f432fe78300fc4dc550295a1fa5268d9cd (patch) | |
tree | 65be3357b0ca2743f01a48a6c2a2c69a0d6c9bcc | |
parent | e3645a3114ff6bba90330abf76cee99061a4bcdd (diff) | |
download | libmateweather-0b91c7f432fe78300fc4dc550295a1fa5268d9cd.tar.bz2 libmateweather-0b91c7f432fe78300fc4dc550295a1fa5268d9cd.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 9738989..2013260 100644 --- a/.travis.yml +++ b/.travis.yml @@ -45,4 +45,4 @@ env: - DISTRO="archlinux:latest" - DISTRO="debian:testing" - DISTRO="fedora:latest" - - DISTRO="ubuntu:20.04" + - DISTRO="ubuntu:rolling" |