diff options
author | raveit65 <[email protected]> | 2019-05-28 11:08:56 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-05-28 11:50:39 +0200 |
commit | ed9902c481fb0e52d8e1937372cb8d0387d12e5d (patch) | |
tree | c3f8b7fb678335b3c2e17a57d9aef6086f869b29 /.travis.yml | |
parent | bdc9ecb56af022a4f2c0474c2fa1d30a916e04ef (diff) | |
download | mate-notification-daemon-ed9902c481fb0e52d8e1937372cb8d0387d12e5d.tar.bz2 mate-notification-daemon-ed9902c481fb0e52d8e1937372cb8d0387d12e5d.tar.xz |
travis: use fedora-30 and ubuntu-19.10 for building
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 0900d69..694cbf3 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 @@ -116,6 +116,7 @@ requires: - libcanberra-devel - libnotify-devel - libwnck3-devel + - make - mate-common - mate-desktop-devel |