Skip to content

Commit a0b2748

Browse files
committed
Standardise versions
EQC tests passed
1 parent dc7dfd8 commit a0b2748

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: erlang
22
otp_release:
33
- 20.3.8
44
- 21.3
5-
- 22.1
5+
- 22.3
66
script:
77
- chmod u+x rebar3
88
- ./rebar3 do upgrade, compile, xref, dialyzer, eunit

rebar.config

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
[
3232
{deps,
3333
[meck,
34-
{cuttlefish, {git, "https://github.com/basho/cuttlefish.git", {branch, "develop-3.0-mergerebar3"}}}
34+
{cuttlefish, {git, "https://github.com/basho/cuttlefish.git", {branch, "develop-3.0"}}}
3535
]},
3636
{eunit_opts, [verbose]}
3737
]},
@@ -54,7 +54,7 @@
5454
]}
5555
]}.
5656

57-
{plugins, [pc, {rebar3_eqc, {git, "https://github.com/Vagabond/rebar3-eqc-plugin", {branch, "master"}}}]}.
57+
{plugins, [pc, {eqc_rebar, {git, "https://github.com/Quviq/eqc-rebar", {branch, "master"}}}]}.
5858

5959
{provider_hooks,
6060
[

rebar3

141 KB
Binary file not shown.

0 commit comments

Comments
 (0)