diff options
author | raveit65 <[email protected]> | 2019-05-23 12:00:54 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-05-23 12:00:54 +0200 |
commit | 1fa21b6c77e3d7b82ac420840d3fa8274560fdfd (patch) | |
tree | 9ccde79ea4340ac1cab6fd227c0e3a2f1625cd9d | |
parent | 3fa26b646e73f459e668183005ceb8d1607f8279 (diff) | |
download | libmatekbd-1fa21b6c77e3d7b82ac420840d3fa8274560fdfd.tar.bz2 libmatekbd-1fa21b6c77e3d7b82ac420840d3fa8274560fdfd.tar.xz |
travis: use f28 and disable archlinux
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index afae183..be8b961 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,9 +19,9 @@ script: - ./docker-build --name ${DISTRO} --verbose --config .travis.yml --build autotools env: - - DISTRO="archlinux/base" +# - DISTRO="archlinux/base" - DISTRO="debian:sid" - - DISTRO="fedora:29" + - DISTRO="fedora:28" - DISTRO="ubuntu:18.10" ########################################################## |