Block integration tests on debian-9 results

This commit is contained in:
Jean-Paul Calderone 2019-01-24 10:20:47 -05:00
parent a7bf6b2264
commit ec99e7138d

View File

@ -29,7 +29,13 @@ workflows:
- "lint"
- "deprecations"
- "c-locale"
- "integration"
- "integration":
requires:
# If the unit test suite doesn't pass, don't bother running the
# integration tests.
- "debian-9"
jobs:
lint: