summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2020-11-27 14:15:34 +0100
committerNikita Popov <nikita.ppv@gmail.com>2020-11-27 14:15:34 +0100
commit8b281e5b6b0295cab936682134d24bf5bb2d537d (patch)
treea18b2d79a500cdcba705cfe17735c85ce9dbc890 /.travis.yml
parent8e25cf26afc4472f9f1225558d582e8cf667514f (diff)
downloadphp-git-8b281e5b6b0295cab936682134d24bf5bb2d537d.tar.gz
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.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
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