diff options
author | Pablo Barciela <[email protected]> | 2020-03-11 15:00:53 +0100 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-03-11 15:00:53 +0100 |
commit | 3318ea1b1925e31f92a94f6de97c9be5e9fcd75f (patch) | |
tree | db08522b20d4da3d6fecd7d9ef5e94bc1e8686c6 /.travis.yml | |
parent | ab0586ba0371c85c12b0bbb3d4940b1d1f8b070e (diff) | |
download | eom-3318ea1b1925e31f92a94f6de97c9be5e9fcd75f.tar.bz2 eom-3318ea1b1925e31f92a94f6de97c9be5e9fcd75f.tar.xz |
Travis CI: use Ubuntu devel instead 19.10
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 8790eed..fbbcf89 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" |