diff options
author | raveit65 <[email protected]> | 2020-08-28 16:42:20 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2022-07-21 17:22:34 +0200 |
commit | 1d61a17b02bd458d4c75c8b5d77442e91b2832db (patch) | |
tree | c8dacbcbb6562a245e1a32be2217571ef5756e86 | |
parent | 16dbfcdbfa869096ead1cc81b472b1d8c49ea175 (diff) | |
download | caja-1d61a17b02bd458d4c75c8b5d77442e91b2832db.tar.bz2 caja-1d61a17b02bd458d4c75c8b5d77442e91b2832db.tar.xz |
travis: use ubuntu:rolling tag to fix building
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 9e8429e1..c280ead7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -71,5 +71,4 @@ env: - DISTRO="archlinux:latest" - DISTRO="debian:testing" - DISTRO="fedora:latest" - - DISTRO="ubuntu:latest" - + - DISTRO="ubuntu:rolling" |