1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-12-04 14:46:46 -05:00

travis: disable debian, ubuntu, fedora for now

Until we have fixed their build issues.
(Py2/Py3 etc)
This commit is contained in:
Michael Vetter 2020-10-09 09:49:27 +02:00
parent 315863575b
commit a80b5603a4

View File

@ -16,14 +16,14 @@ matrix:
include:
- os: linux
env: BUILD_FLAVOR=tumbleweed
- os: linux
env: BUILD_FLAVOR=debian
- os: linux
env: BUILD_FLAVOR=ubuntu
# - os: linux
# env: BUILD_FLAVOR=debian
# - os: linux
# env: BUILD_FLAVOR=ubuntu
- os: linux
env: BUILD_FLAVOR=arch
- os: linux
env: BUILD_FLAVOR=fedora
# - os: linux
# env: BUILD_FLAVOR=fedora
- os: osx
env:
# Ensure that "keg-only" Homebrew versions are used.