diff options
author | Pablo Barciela <[email protected]> | 2020-03-08 20:27:50 +0100 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-03-08 20:58:45 +0100 |
commit | 1da83e1c459b53af656bf14c8738bff814bd3c5c (patch) | |
tree | dea847bb6d4fa1d0f0698d020292f51f737b1f90 | |
parent | 0c6eb7a40110b1933777686c67e8e36db3286e32 (diff) | |
download | engrampa-1da83e1c459b53af656bf14c8738bff814bd3c5c.tar.bz2 engrampa-1da83e1c459b53af656bf14c8738bff814bd3c5c.tar.xz |
Travis CI: use Ubuntu devel instead 19.10
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index cc689be..fbbcf89 100644 --- a/.travis.yml +++ b/.travis.yml @@ -56,4 +56,4 @@ env: - DISTRO="archlinux/base" - DISTRO="debian:testing" - DISTRO="fedora:latest" - - DISTRO="ubuntu:19.10" + - DISTRO="ubuntu:devel" |