diff options
author | raveit65 <[email protected]> | 2020-11-17 11:51:05 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-11-17 11:51:05 +0100 |
commit | 133777659105aa365d19540399eeb527d7962eea (patch) | |
tree | 72ac283dc6b24e6dc4f89954b1d0f25197de1f47 | |
parent | fb7674c58fbbf6b9c89216a386c50d0dbb728142 (diff) | |
download | mate-menus-133777659105aa365d19540399eeb527d7962eea.tar.bz2 mate-menus-133777659105aa365d19540399eeb527d7962eea.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 b78f47d..34ccc57 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" |