Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
arch:
- ppc64le
- amd64
language: erlang

os: linux
Expand All @@ -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
Expand All @@ -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