diff options
author | raveit65 <[email protected]> | 2020-08-28 16:42:20 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-08-28 16:42:20 +0200 |
commit | b340338baf81a74d20f09a00fb715a7d2c0add5e (patch) | |
tree | c262e88fa473a765d72c6e6e6a8197d8479ade3d /.travis.yml | |
parent | b983fa0660a77e6d2729618dd7f8aa54fdf04324 (diff) | |
download | caja-b340338baf81a74d20f09a00fb715a7d2c0add5e.tar.bz2 caja-b340338baf81a74d20f09a00fb715a7d2c0add5e.tar.xz |
travis: use ubuntu:rolling tag to fix building
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 5c1c19c8..bcfff19a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -73,4 +73,4 @@ env: - DISTRO="archlinux:latest" - DISTRO="debian:testing" - DISTRO="fedora:latest" - - DISTRO="ubuntu:devel" + - DISTRO="ubuntu:rolling" |