diff options
author | raveit65 <[email protected]> | 2020-11-16 20:57:15 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-11-16 20:57:15 +0100 |
commit | b4134f1299e676e804f7906440fe19bad87d46e0 (patch) | |
tree | dba56c0322b4556ed6326da0f733ced3cfdce6b6 | |
parent | 12f931dc6126e0bb6d25c0087514f135fd2ee53b (diff) | |
download | libmateweather-b4134f1299e676e804f7906440fe19bad87d46e0.tar.bz2 libmateweather-b4134f1299e676e804f7906440fe19bad87d46e0.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 08b468e..b15496b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -73,4 +73,4 @@ env: - DISTRO="archlinux:latest" - DISTRO="debian:testing" - DISTRO="fedora:latest" - - DISTRO="ubuntu:devel" + - DISTRO="ubuntu:rolling" |