diff options
author | raveit65 <[email protected]> | 2020-11-16 21:06:36 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-11-16 21:06:36 +0100 |
commit | 4265fb966d3b8dbf9eb5843a45e71fb51e40b199 (patch) | |
tree | e9ed9376690d387e09a75387e969694a97f59e5a /.travis.yml | |
parent | dfd9781d45d07ef65dd9f8ca01e36a5aadfba78b (diff) | |
download | marco-4265fb966d3b8dbf9eb5843a45e71fb51e40b199.tar.bz2 marco-4265fb966d3b8dbf9eb5843a45e71fb51e40b199.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 9674bf22..6a3d3c2c 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" |