diff options
author | raveit65 <[email protected]> | 2020-11-18 11:26:41 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-11-18 11:26:41 +0100 |
commit | 2ac3a6b86cd860f57d96e35146d4ef77c7172b48 (patch) | |
tree | 614de926ab93e8317252c2e9df270fa0e50ad353 /.travis.yml | |
parent | 29be4ddd06bd90a641fd1ce3a79bffe6d4cc5b3b (diff) | |
download | mate-user-guide-2ac3a6b86cd860f57d96e35146d4ef77c7172b48.tar.bz2 mate-user-guide-2ac3a6b86cd860f57d96e35146d4ef77c7172b48.tar.xz |
travis CI: use rolling tag for ubuntu docker image
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 00795c3..8b14fd6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -70,4 +70,4 @@ env: - DISTRO="archlinux:latest" - DISTRO="debian:testing" - DISTRO="fedora:latest" - - DISTRO="ubuntu:devel" + - DISTRO="ubuntu:rolling" |