Skip to content

Commit 8b281e5

Browse files
committed
Only use travis for cron jobs
Our primary CI has been Azure Pipelines for a while now already. Travis was primarily retained as a) a fast feedback builder and b) to test architectures not available elsewhere. Due to Travis CI open source policy changes, Travis is no longer useful as a fast feedback builder. As such, only use it for cron job builds.
1 parent 8e25cf2 commit 8b281e5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,10 @@ jobs:
7070
include:
7171
- env: ENABLE_ZTS=0 ENABLE_DEBUG=0
7272
arch: amd64
73+
if: type = cron
7374
- env: ENABLE_ZTS=1 ENABLE_DEBUG=1
7475
arch: amd64
76+
if: type = cron
7577
- env: ENABLE_ZTS=1 ENABLE_DEBUG=1 SKIP_IO_CAPTURE_TESTS=1 ARM64=1
7678
arch: arm64
7779
if: type = cron

0 commit comments

Comments
 (0)