Skip to content

Commit

Permalink
Update to OTP23
Browse files Browse the repository at this point in the history
rebar3_codecov dependency needed to be updated, as it uses jiffy.

Some indentation was also improved in the .travis.yml file.
  • Loading branch information
NelsonVides committed Aug 19, 2020
1 parent 0a13615 commit 82ba1f2
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 19 deletions.
36 changes: 21 additions & 15 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,29 @@
language: erlang

branches:
only:
- master
only:
- master

notifications:
email: mongoose-im@erlang-solutions.com
email: mongoose-im@erlang-solutions.com

otp_release:
- 19.3
- 20.3
- 21.0
- 22.0
- 19.3
- 20.3
- 21.3
- 22.3
- 23.0

install:
- make
- make test-compile
- travis_retry pip install --user codecov
- make
- make test-compile
- travis_retry pip install --user codecov

script:
- make test
- make dialyzer
- make test
- make dialyzer

after_success:
- make coverage-report
- make codecov
- codecov
- make coverage-report
- make codecov
- codecov
5 changes: 1 addition & 4 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@
[
pc,
coveralls,
{rebar3_codecov,
{git,
"https://github.com/zofpolkowska/rebar3_codecov.git",
{ref, "3d0af19"}}}
{rebar3_codecov, {git, "https://github.com/esl/rebar3_codecov.git", {ref, "6bd31cc"}}}
]}
]}
]}.
Expand Down

0 comments on commit 82ba1f2

Please sign in to comment.