Simplify the build matrix

This commit is contained in:
Timothy Warren 2020-03-18 12:16:35 -04:00
parent 37c84e1b17
commit 098798ca5a
1 changed files with 2 additions and 5 deletions

View File

@ -1,9 +1,5 @@
dist: xenial
os:
- linux
- osx
- windows
- freebsd
os: linux
arch:
- amd64
@ -41,3 +37,4 @@ after_script:
jobs:
allow_failures:
- php: nightly
- arch: [arm64, ppc64le]