diff options
author | raveit65 <[email protected]> | 2019-05-29 14:49:38 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-05-29 14:49:38 +0200 |
commit | fc222d89fbecf453c5cde9fd35fae414cc8d7e04 (patch) | |
tree | 7b485999c1cfb02d75f311f5027006addb4401ce | |
parent | 577e7f597836b7a1a46c8799171d24d1be5cc58d (diff) | |
download | python-caja-fc222d89fbecf453c5cde9fd35fae414cc8d7e04.tar.bz2 python-caja-fc222d89fbecf453c5cde9fd35fae414cc8d7e04.tar.xz |
travis: use f28 and disable archlinux1.20
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 27d2a5b..296e299 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:buster" - - DISTRO="fedora:29" + - DISTRO="fedora:28" - DISTRO="ubuntu:18.10" ########################################################## |