diff options
author | Pablo Barciela <[email protected]> | 2020-03-18 21:52:01 +0100 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-03-18 22:00:45 +0100 |
commit | 277e4fc891c61c7a81c759227038240d49865b4a (patch) | |
tree | aee126eb5b268adbea3dcf30edce8556d45a2e1c | |
parent | 39c11887c2fc8098eff2fa77163f85b90df6212a (diff) | |
download | mate-menus-277e4fc891c61c7a81c759227038240d49865b4a.tar.bz2 mate-menus-277e4fc891c61c7a81c759227038240d49865b4a.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 22bd2b3..1ca9786 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" |