diff options
author | raveit65 <[email protected]> | 2020-11-16 18:00:09 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-11-16 18:00:09 +0100 |
commit | 35ee93db76bb75939c34020c213d1689f2a33e18 (patch) | |
tree | 42db191d9a2cceb58bd649244afc6b67487ffde5 /.travis.yml | |
parent | 2cf5126097d780d9307bed2fa885fb6351d84911 (diff) | |
download | engrampa-35ee93db76bb75939c34020c213d1689f2a33e18.tar.bz2 engrampa-35ee93db76bb75939c34020c213d1689f2a33e18.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 ac3de75..e7579ad 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" |