diff options
author | Pablo Barciela <[email protected]> | 2020-03-12 16:02:43 +0100 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-03-12 16:19:32 +0100 |
commit | 6e70931800c972acd8481a3fa9dce5653b530efd (patch) | |
tree | fc2dea1aa07f2d5f3bc9486999474df74588bd4d /.travis.yml | |
parent | 239a62b8ec17bc49e698062315ac9e48312b3946 (diff) | |
download | libmatemixer-6e70931800c972acd8481a3fa9dce5653b530efd.tar.bz2 libmatemixer-6e70931800c972acd8481a3fa9dce5653b530efd.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 7f76b58..ebe9cdf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -57,5 +57,4 @@ env: - DISTRO="archlinux/base" - DISTRO="debian:testing" - DISTRO="fedora:latest" - - DISTRO="ubuntu:19.10" - + - DISTRO="ubuntu:devel" |