Shorten build time on Travis to be within limits

This commit is contained in:
cytopia
2019-11-04 10:24:26 +01:00
parent dd78ed0b71
commit bc01b396a1

View File

@@ -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}