diff options
author | raveit65 <[email protected]> | 2020-11-17 12:26:38 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-11-17 12:26:38 +0100 |
commit | 051de6d2881a6fd67035b34f19f1383234821ae2 (patch) | |
tree | d2494ff5ae109c70bb47ce72856ebbd444c06b16 | |
parent | b4b55c52263071452d2592fe3c7ee1d58f41c9e5 (diff) | |
download | mate-sensors-applet-051de6d2881a6fd67035b34f19f1383234821ae2.tar.bz2 mate-sensors-applet-051de6d2881a6fd67035b34f19f1383234821ae2.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 e7e7ea3..21ca8ba 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" |