diff options
author | raveit65 <[email protected]> | 2020-04-09 20:14:02 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-04-09 20:14:02 +0200 |
commit | 9f3cc047877e01dc158e365850ea22d896815d0e (patch) | |
tree | 4f4159cfd5098a1ad3cee29b6a1f9aa188ff3f60 /.travis.yml | |
parent | c8acda56e76115648e56ae22ebd33b71cf5e8d0b (diff) | |
download | mate-screensaver-9f3cc047877e01dc158e365850ea22d896815d0e.tar.bz2 mate-screensaver-9f3cc047877e01dc158e365850ea22d896815d0e.tar.xz |
ci: fix a typo
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 4673836..3ea4e80 100644 --- a/.travis.yml +++ b/.travis.yml @@ -55,7 +55,7 @@ after_success: fi' env: - - DISTRO="archlinux:testing" + - DISTRO="archlinux:latest" - DISTRO="debian:testing" - DISTRO="fedora:latest" - DISTRO="ubuntu:devel" |