diff options
author | raveit65 <[email protected]> | 2020-11-16 18:12:44 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-11-16 18:12:44 +0100 |
commit | 8354851611d5a64127d369dc177f240811672f46 (patch) | |
tree | 18d06325bddbad86ac4c889164279a83a071a72e | |
parent | 25884a7d3ffeeeea403a898fa44c23cb02606ef1 (diff) | |
download | caja-extensions-8354851611d5a64127d369dc177f240811672f46.tar.bz2 caja-extensions-8354851611d5a64127d369dc177f240811672f46.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 68d738f..a938603 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" |