Skip to content

Commit

Permalink
Merge pull request #32 from santosh653/master
Browse files Browse the repository at this point in the history
PR_erlang-p1-stun
  • Loading branch information
prefiks committed Oct 12, 2020
2 parents b2f467f + a297738 commit 53edc6b
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .travis.yml
@@ -1,23 +1,34 @@
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:
- rebar get-deps

script: rebar compile xref && rebar skip_deps=true eunit

otp_release:
- 18.0
- 18.3
- 19.3
- 20.3
- 21.3
- 22.3

# Disable otp_release 18.3 & 19.3 as these releases are not supported on Ubuntu16.04 for arch: ppc64le
jobs:
exclude:
- arch: ppc64le
otp_release: 18.3
- arch: ppc64le
otp_release: 19.3

after_success:
- cpp-coveralls --exclude lib --exclude tests --gcov-options '\-lp' --dump c.json
- coveralls-merge c.json erlang.json

0 comments on commit 53edc6b

Please sign in to comment.