diff options
author | raveit65 <[email protected]> | 2019-11-24 11:47:51 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-11-24 11:47:51 +0100 |
commit | 57d9b5871e3e9bf1479ba1e9227c5cb2cfe6cdd7 (patch) | |
tree | 0e8d3fd32c17255cad63618ed4172311840e8c37 | |
parent | 73894f8191a846acd8aa353b388ddb53d7eee33a (diff) | |
download | eom-57d9b5871e3e9bf1479ba1e9227c5cb2cfe6cdd7.tar.bz2 eom-57d9b5871e3e9bf1479ba1e9227c5cb2cfe6cdd7.tar.xz |
travis ci: use fedora:latest
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 98d761a..e9a528d 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" ########################################################## |