diff options
author | Pablo Barciela <[email protected]> | 2020-03-23 23:31:38 +0100 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-03-23 23:49:51 +0100 |
commit | 02167bb4e59892569be4812d1e5791b7e0d0d6d1 (patch) | |
tree | da4906b877da759b059908341887506707206b99 /.travis.yml | |
parent | bf37e0f2c55b78f6deaf3f9425ca164d84718037 (diff) | |
download | mate-session-manager-02167bb4e59892569be4812d1e5791b7e0d0d6d1.tar.bz2 mate-session-manager-02167bb4e59892569be4812d1e5791b7e0d0d6d1.tar.xz |
Travis CI: use Ubuntu devel instead 19.10
Diffstat (limited to '.travis.yml')
-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" |