.travis.yml: Tell Travis to build on all of its supported CPU architectures...

parent 3e716b45
......@@ -7,6 +7,12 @@ branches:
only:
- master
arch:
- amd64
- ppc64le
- s390x
- arm64
matrix:
include:
# Linux clang builds
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment