diff options
author | Pablo Barciela <[email protected]> | 2020-03-10 14:56:36 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2022-07-20 23:40:34 +0200 |
commit | f7141df01e916819549a50b79a45fc920672bd06 (patch) | |
tree | 110a8bb74b85c049f8f039724925a7c99825c9ce | |
parent | 9e7ac6c168b0161c0da8c93423c29e22c938cc5e (diff) | |
download | caja-f7141df01e916819549a50b79a45fc920672bd06.tar.bz2 caja-f7141df01e916819549a50b79a45fc920672bd06.tar.xz |
Travis CI: use Ubuntu devel instead 19.10
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 4aa8e882..84656cf3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -55,6 +55,6 @@ after_success: env: - DISTRO="archlinux/base" - DISTRO="debian:testing" - - DISTRO="latest" - - DISTRO="ubuntu:19.10" + - DISTRO="fedora:latest" + - DISTRO="ubuntu:latest" |