diff options
author | raveit65 <[email protected]> | 2020-06-21 12:26:47 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-06-21 13:32:15 +0200 |
commit | 85a52064ef5265c0b53eb69a0f84a5724f91d3f2 (patch) | |
tree | 8dc8331769b8c2482c31807a86331a284472d327 /.travis.yml | |
parent | e42187425e10b66990a7e1981ed7cd5760b3ad8c (diff) | |
download | mate-calc-85a52064ef5265c0b53eb69a0f84a5724f91d3f2.tar.bz2 mate-calc-85a52064ef5265c0b53eb69a0f84a5724f91d3f2.tar.xz |
travis CI: choose fedora 32 for releasingv1.25.0
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 bf14ea9..6c2c53c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -71,5 +71,5 @@ after_success: env: - DISTRO="archlinux:latest" - DISTRO="debian:testing" -# - DISTRO="fedora:latest" + - DISTRO="fedora:32" - DISTRO="ubuntu:devel" |