diff options
author | raveit65 <[email protected]> | 2019-05-23 14:00:06 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-05-23 14:00:06 +0200 |
commit | 68f6511881706594aaf0846c9468245a330bd662 (patch) | |
tree | 96c19268f6555de2e1628905b59d68817f091199 | |
parent | 41460a318b6f32b07efc7d3c67c0ccec98751bff (diff) | |
download | libmateweather-68f6511881706594aaf0846c9468245a330bd662.tar.bz2 libmateweather-68f6511881706594aaf0846c9468245a330bd662.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 8ef6d0c..f7e95e8 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" ########################################################## |