Skip to content

Commit 0238f6f

Browse files
committed
Add OTP 20 and 21 to travis, update proper
* Add OTP 20.3 to travis * Add OTP 21.1 to travis * Pin proper to 1.3 to resolve noisy deprecation warnings during test runs
1 parent f2345e5 commit 0238f6f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.travis.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ otp_release:
55
- R16B03-1
66
- 17.5
77
- 18.3
8-
- 19.0
8+
- 19.3
9+
- 20.3
10+
- 21.1
911
branches:
1012
only:
1113
- master

rebar.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
{eunit_opts, [{report,{eunit_surefire,[{dir,"."}]}}]}
2828
,{cover_enabled, true}
2929
,{deps, [
30-
{proper, {git, "https://github.com/manopapad/proper.git", {ref, "v1.2"}}}
30+
{proper, {git, "https://github.com/manopapad/proper.git", {ref, "v1.3"}}}
3131
]}
3232
]}
3333
]}.

0 commit comments

Comments
 (0)