diff options
author | raveit65 <[email protected]> | 2020-10-31 18:17:43 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-10-31 18:17:43 +0100 |
commit | f379fb10f386999de807bff6c8031f0fe20bbaa1 (patch) | |
tree | d82815ad464e651a696bd7aa4a04b1106e137fb6 /.travis.yml | |
parent | b5f6a7baf7dbaa547d1f46f9895dcb876e154626 (diff) | |
download | mate-control-center-f379fb10f386999de807bff6c8031f0fe20bbaa1.tar.bz2 mate-control-center-f379fb10f386999de807bff6c8031f0fe20bbaa1.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 9a9d8579..01dbb495 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" |