diff options
author | raveit65 <[email protected]> | 2020-11-16 18:01:07 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-11-16 18:01:07 +0100 |
commit | 989277f2f181f9d869ee493b48343e5a98f8f7c6 (patch) | |
tree | 27b6fc4554f8acbd182fad0ca9448c685100f67a | |
parent | 6833c2f1f6709dcb9f42539024f23aa55a62d752 (diff) | |
download | engrampa-989277f2f181f9d869ee493b48343e5a98f8f7c6.tar.bz2 engrampa-989277f2f181f9d869ee493b48343e5a98f8f7c6.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 d5db533..958473d 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" |