diff options
author | raveit65 <[email protected]> | 2020-11-17 12:27:23 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-11-17 12:27:23 +0100 |
commit | e4ca997042ba04fe5912d21148f3665e41fca9ef (patch) | |
tree | cc854e6b9fd222b1bf3a60716343c6255a55135f | |
parent | 07d6e9d0fa37001cde748b74842d926b726b73ba (diff) | |
download | mate-sensors-applet-e4ca997042ba04fe5912d21148f3665e41fca9ef.tar.bz2 mate-sensors-applet-e4ca997042ba04fe5912d21148f3665e41fca9ef.tar.xz |
travis CI: use rolling tag for ubuntu docker image
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index cd53671..f85c29c 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" |