language: generic
jobs:
include:
# Linux builds
- os: linux
arch: amd64
- os: linux
arch: arm64
# macOS builds
- os: osx
osx_image: xcode12.5
# Windows builds
- os: windows
script:
- echo "Running tests on $TRAVIS_OS_NAME $TRAVIS_CPU_ARCH"
- # Add your build and test commands here
notifications:
email: false
Test your code in parallel on more flexible combinations than any other CI/CD tool. Mix-and-match amd64, ppc64le, s390x, arm64, and arm64-graviton2 CPUs with Linux, macOS, and Windows environments to make your builds edge case-free.