diff options
author | raveit65 <[email protected]> | 2019-11-24 12:22:13 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-11-24 12:22:13 +0100 |
commit | f207fc983d99426d4c6c69d44dd3ad39feafe65b (patch) | |
tree | 604ba99b2036a2185a87c4cd1a0cf80c5c2622eb /.travis.yml | |
parent | 869d77058ea855a5b664b14a16db519fd3e3f66c (diff) | |
download | mate-settings-daemon-f207fc983d99426d4c6c69d44dd3ad39feafe65b.tar.bz2 mate-settings-daemon-f207fc983d99426d4c6c69d44dd3ad39feafe65b.tar.xz |
travis ci: use fedora:latest
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 b594135..8a664ed 100644 --- a/.travis.yml +++ b/.travis.yml @@ -55,7 +55,7 @@ after_success: env: - DISTRO="archlinux/base" - DISTRO="debian:testing" - - DISTRO="fedora:30" + - DISTRO="fedora:latest" - DISTRO="ubuntu:19.10" ########################################################## |