diff options
author | Pablo Barciela <[email protected]> | 2020-03-11 14:59:56 +0100 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-03-11 15:17:56 +0100 |
commit | 7ac92cfe58358ceea527506d9beb450390a39631 (patch) | |
tree | 4aa0588e2616ab9b874494d30e910ee834c04566 | |
parent | a4f8d785f4c7e0fcec212e5ea4d90fc919ed3efc (diff) | |
download | atril-7ac92cfe58358ceea527506d9beb450390a39631.tar.bz2 atril-7ac92cfe58358ceea527506d9beb450390a39631.tar.xz |
Travis CI: use Ubuntu devel instead 19.10
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 22bd2b31..1ca97864 100644 --- a/.travis.yml +++ b/.travis.yml @@ -56,5 +56,4 @@ env: - DISTRO="archlinux/base" - DISTRO="debian:testing" - DISTRO="fedora:latest" - - DISTRO="ubuntu:19.10" - + - DISTRO="ubuntu:devel" |