diff options
author | Pablo Barciela <[email protected]> | 2020-03-17 01:51:46 +0100 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-03-17 01:51:46 +0100 |
commit | 735e4a88d80d23a305d4a2d4d70f11b3e7dff0ed (patch) | |
tree | beafe93a3cb1ec7eb3f8a615d5cbc213f92eaa22 | |
parent | 2c7ed90ded4c9b01e7d6487c67700b65161c5c62 (diff) | |
download | mate-desktop-735e4a88d80d23a305d4a2d4d70f11b3e7dff0ed.tar.bz2 mate-desktop-735e4a88d80d23a305d4a2d4d70f11b3e7dff0ed.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 48f7862..06986bd 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" |