Skip to content

Commit

Permalink
Merge d54282a into 8ad1437
Browse files Browse the repository at this point in the history
  • Loading branch information
santosh653 committed Oct 12, 2020
2 parents 8ad1437 + d54282a commit bb07020
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .travis.yml
@@ -1,9 +1,13 @@
arch:
- ppc64le
- amd64
sudo: false

language: erlang

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 @@ -22,3 +26,16 @@ otp_release:
- 19.3
- 22.3
- 23.0

# Disable otp_release 17.1, 17.5, 18.1, 19.3 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
- arch: ppc64le
otp_release: 19.3

0 comments on commit bb07020

Please sign in to comment.