diff options
author | raveit65 <[email protected]> | 2020-11-16 21:07:38 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-11-16 21:07:38 +0100 |
commit | 82258249f8f44e86150fe1ba0f0449f85c743bde (patch) | |
tree | 5ea86082843f522c01aab263ec544465aa41f7a4 | |
parent | 634057c2feed37d466d0740df32ff38fb2f5cfe1 (diff) | |
download | marco-82258249f8f44e86150fe1ba0f0449f85c743bde.tar.bz2 marco-82258249f8f44e86150fe1ba0f0449f85c743bde.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 230e747d..62075ed0 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" |