diff options
author | raveit65 <[email protected]> | 2019-05-28 15:54:19 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-05-28 15:54:19 +0200 |
commit | 7c16cf9708a5ea46d673ec5202b3b6e3ec576dc3 (patch) | |
tree | ea3132620af0f949c01c22be8539ef5818964723 /.travis.yml | |
parent | b25f56589f82c0e0a42880105079bd7377e90770 (diff) | |
download | mate-session-manager-7c16cf9708a5ea46d673ec5202b3b6e3ec576dc3.tar.bz2 mate-session-manager-7c16cf9708a5ea46d673ec5202b3b6e3ec576dc3.tar.xz |
travis: use fedora-30 and ubuntu-19.10 for building
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index ab7c21e..65a6973 100644 --- a/.travis.yml +++ b/.travis.yml @@ -55,8 +55,8 @@ after_success: env: - DISTRO="archlinux/base" - DISTRO="debian:sid" - - DISTRO="fedora:29" - - DISTRO="ubuntu:18.10" + - DISTRO="fedora:30" + - DISTRO="ubuntu:19.10" ########################################################## # THE FOLLOWING LINES IS USED BY docker-build |