Skip to content

Commit 40d9da6

Browse files
authored
Merge pull request jeremyong#45 from sanmiguel/sanmiguel-add-18.3-18.4
Use latest minor erlang version for every major 16-19
2 parents 23f39ac + c1affbc commit 40d9da6

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

.travis.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
language: erlang
22
otp_release:
33
- R16B03
4-
- R16B02
5-
- 17.0
6-
- 17.1
7-
- 17.3
8-
- 17.4
94
- 17.5
10-
- 18.0
11-
script: ./rebar3 ct
5+
- 18.3
6+
- 19.1
7+
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
]}.

rebar3

-712 KB
Binary file not shown.

0 commit comments

Comments
 (0)