diff options
author | raveit65 <[email protected]> | 2020-11-16 20:51:22 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-11-16 20:51:22 +0100 |
commit | de55ee1a5127e53d3e0f01a5ab70cfc0f59e4a50 (patch) | |
tree | 79c504197855a197b718bff30007a948b3d19041 | |
parent | 66ec61d5b8da583dc980a56c8f9ba70095a3c2d5 (diff) | |
download | libmatekbd-de55ee1a5127e53d3e0f01a5ab70cfc0f59e4a50.tar.bz2 libmatekbd-de55ee1a5127e53d3e0f01a5ab70cfc0f59e4a50.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 9e78ca6..2092da7 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" |