diff --git a/.travis.yml b/.travis.yml index 204c4cb..fd458b0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,6 @@ +arch: + - ppc64le + - amd64 language: erlang os: linux @@ -6,6 +9,7 @@ dist: xenial before_install: - pip install --user cpp-coveralls coveralls-merge + - if [ "$TRAVIS_ARCH" = "ppc64le" ]; then sudo apt-get update; sudo apt-get install rebar; fi install: - ./configure --enable-gcov @@ -23,3 +27,12 @@ otp_release: - 18.1 - 22.3 - 23.0 +# Disable otp_release 17.1, 17.5, 18.1 as these releases are not supported on Ubuntu16.04 for arch: ppc64le +jobs: + exclude: + - arch: ppc64le + otp_release: 17.1 + - arch: ppc64le + otp_release: 17.5 + - arch: ppc64le + otp_release: 18.1