diff options
author | Pablo Barciela <[email protected]> | 2020-03-18 02:23:37 +0100 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-03-18 02:32:39 +0100 |
commit | 8e28d4e48767a9cb342f342373c69b8b9551b6cd (patch) | |
tree | 8ecaba500f0f5ce9601d92ca2fcb40e57146683b | |
parent | 30386bf99cd146f3614340d4de8098ae58d8912c (diff) | |
download | mate-indicator-applet-8e28d4e48767a9cb342f342373c69b8b9551b6cd.tar.bz2 mate-indicator-applet-8e28d4e48767a9cb342f342373c69b8b9551b6cd.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 54ae69d..1ca9786 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" |