diff options
author | Pablo Barciela <[email protected]> | 2020-03-16 02:18:32 +0100 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-03-16 02:18:32 +0100 |
commit | f26640ed3b18e6b6423eb911a0396a030be3db74 (patch) | |
tree | b8cc99c19f50e3abd154073cf765b79212913042 | |
parent | 42ea6aae0e8f93f8b4a1af13915d7f0c72e18a89 (diff) | |
download | mate-common-f26640ed3b18e6b6423eb911a0396a030be3db74.tar.bz2 mate-common-f26640ed3b18e6b6423eb911a0396a030be3db74.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 7502b4c..3b82767 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,5 +30,4 @@ env: - DISTRO="archlinux/base" - DISTRO="debian:testing" - DISTRO="fedora:latest" - - DISTRO="ubuntu:19.10" - + - DISTRO="ubuntu:devel" |