From bc01b396a1cda9723cd0dcd69a1e42fbc95bae91 Mon Sep 17 00:00:00 2001 From: cytopia Date: Mon, 4 Nov 2019 10:24:26 +0100 Subject: [PATCH] Shorten build time on Travis to be within limits --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 381f587..43070bb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -82,13 +82,13 @@ before_script: # Build (multiple tries due to network outages) - retry make build-base VERSION=${PHP} - - retry make test-base VERSION=${PHP} + #- retry make test-base VERSION=${PHP} - retry make build-mods VERSION=${PHP} - - retry make test-mods VERSION=${PHP} + #- retry make test-mods VERSION=${PHP} - retry make build-prod VERSION=${PHP} - - retry make test-prod VERSION=${PHP} + #- retry make test-prod VERSION=${PHP} - retry make build-work VERSION=${PHP} - retry make test-work VERSION=${PHP}