diff options
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 34d2f2b74a..e597e50bb6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -70,8 +70,10 @@ jobs: include: - env: ENABLE_ZTS=0 ENABLE_DEBUG=0 arch: amd64 + if: type = cron - env: ENABLE_ZTS=1 ENABLE_DEBUG=1 arch: amd64 + if: type = cron - env: ENABLE_ZTS=1 ENABLE_DEBUG=1 SKIP_IO_CAPTURE_TESTS=1 ARM64=1 arch: arm64 if: type = cron |