diff options
author | raveit65 <[email protected]> | 2020-11-17 12:57:05 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-11-17 12:57:05 +0100 |
commit | e77c5bcc5064e30ca8ff500b8dee2a9036eda1dc (patch) | |
tree | b7c58f528623dd7f0ac03da5daa01d751cb7bc5b | |
parent | d92ebbefcd4bc90b39fa3a4fdd8420e719d5452f (diff) | |
download | mate-settings-daemon-e77c5bcc5064e30ca8ff500b8dee2a9036eda1dc.tar.bz2 mate-settings-daemon-e77c5bcc5064e30ca8ff500b8dee2a9036eda1dc.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 bc3cc9b..6b16eba 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" |