Skip to content

Commit

Permalink
Merge 1262399 into 136d0ce
Browse files Browse the repository at this point in the history
  • Loading branch information
santosh653 committed Oct 13, 2020
2 parents 136d0ce + 1262399 commit 6a496bb
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
@@ -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

0 comments on commit 6a496bb

Please sign in to comment.