Travis: Move ppc64le arch to the matrix, test it only with the most recent PHP version

pull/7135/head
Aleksander Machniak 5 years ago
parent 3fda927858
commit f3381f12d3

@ -3,10 +3,6 @@ language: php
dist: trusty
sudo: false
arch:
- amd64
- ppc64le
matrix:
fast_finish: true
include:
@ -18,6 +14,8 @@ matrix:
env: CODE_COVERAGE=1
- php: 7.2
- php: 7.3
- php: 7.3
arch: ppc64le
cache:
directories:

Loading…
Cancel
Save