diff options
author | raveit65 <[email protected]> | 2020-11-17 12:55:34 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-11-17 12:55:34 +0100 |
commit | c229098da9733ba61d4991974b7f453164196dd4 (patch) | |
tree | 50018613aa1855d33cbcd077c6b164d7c3f18b5d | |
parent | d72805096e92077a9b2882922dd007f41b019bf0 (diff) | |
download | mate-settings-daemon-c229098da9733ba61d4991974b7f453164196dd4.tar.bz2 mate-settings-daemon-c229098da9733ba61d4991974b7f453164196dd4.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 410a44c..20b5263 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" |