1 # Travis build integration. 2 # https://docs.travis-ci.com/ 3 4 language: c 5 6 matrix: 7 include: 8 - os: linux 9 arch: arm64 10 compiler: clang 11 - os: linux 12 arch: arm64 13 compiler: gcc 14 15 - os: linux 16 arch: s390x 17 compiler: clang 18 - os: linux 19 arch: s390x 20 compiler: gcc 21 22 - os: linux 23 arch: ppc64le 24 compiler: clang 25 - os: linux 26 arch: ppc64le 27 compiler: gcc 28 29 script: ./travis/main.sh