# Travis build integration. # https://docs.travis-ci.com/ language: c matrix: include: - os: linux arch: arm64 compiler: clang - os: linux arch: arm64 compiler: gcc - os: linux arch: s390x compiler: clang - os: linux arch: s390x compiler: gcc - os: linux arch: ppc64le compiler: clang - os: linux arch: ppc64le compiler: gcc script: ./travis/main.sh