Skip to content

Commit c1affbc

Browse files
committed
Use github for proper - hex is outdated
Re-add 19.1 for Travis
1 parent 131754f commit c1affbc

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ otp_release:
33
- R16B03
44
- 17.5
55
- 18.3
6+
- 19.1
67
script: curl -O -L https://s3.amazonaws.com/rebar3/rebar3 && chmod +x rebar3 && ./rebar3 update && ./rebar3 ct

rebar.config

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{profiles, [
22
{test,
3-
[ {deps, [ cowboy, recon, proper ] } ]}
3+
[ {deps, [
4+
cowboy, recon,
5+
{ proper, {git, "https://github.com/manopapad/proper.git", {tag, "v1.2"}} }
6+
] } ]}
47
]}.

0 commit comments

Comments
 (0)