diff options
author | raveit65 <[email protected]> | 2019-05-24 14:43:26 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-05-24 14:43:26 +0200 |
commit | 94a18432f0b6e499ba3fdc4369d6e880a66c0171 (patch) | |
tree | 9818f99ee3d7d7108e80a65fa2ebced4322adf34 | |
parent | f25d2419474fcadcf93891aedc73a94ea914b077 (diff) | |
download | mate-applets-94a18432f0b6e499ba3fdc4369d6e880a66c0171.tar.bz2 mate-applets-94a18432f0b6e499ba3fdc4369d6e880a66c0171.tar.xz |
travis: use fedora-30 and ubuntu-19.04 for building
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index a86b6e7d..12f91ed3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,8 +29,8 @@ deploy: env: - DISTRO="archlinux/base" - DISTRO="debian:sid" - - DISTRO="fedora:29" - - DISTRO="ubuntu:18.10" + - DISTRO="fedora:30" + - DISTRO="ubuntu:19.04" ########################################################## # THE FOLLOWING LINES IS USED BY docker-build |