diff options
author | raveit65 <[email protected]> | 2021-03-08 14:52:45 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-03-08 14:52:45 +0100 |
commit | 9f02eb972b1fe6a2268b7c83f32f7687c9e25a2a (patch) | |
tree | f941a0e4f39e7a8d99149b4ecb9f6c9342db7613 | |
parent | 14137a027107bb2ee2b410d9fe226f9c06b64737 (diff) | |
download | atril-9f02eb972b1fe6a2268b7c83f32f7687c9e25a2a.tar.bz2 atril-9f02eb972b1fe6a2268b7c83f32f7687c9e25a2a.tar.xz |
travis: use rolling tag for ubuntu
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index edcf99de..19df2fa0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -44,4 +44,4 @@ env: # - DISTRO="archlinux:latest" - DISTRO="debian:testing" - DISTRO="fedora:latest" - - DISTRO="ubuntu:20.04" + - DISTRO="ubuntu:rolling" |