Skip to content

Commit

Permalink
Standardise versions
Browse files Browse the repository at this point in the history
  • Loading branch information
martinsumner committed May 11, 2020
1 parent 34b5f71 commit b5d58ab
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
ebin/
.eunit/
_build
.eqc-info
10 changes: 6 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
language: erlang

otp_release:
- 20.1

script: ./rebar3 as test do eunit, dialyzer, xref
- 20.3.8
- 21.3
- 22.3
script:
- chmod u+x rebar3
- ./rebar3 do upgrade, compile, xref, dialyzer, eunit
8 changes: 7 additions & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,13 @@

{cover_enabled, true}.

{plugins, [{rebar3_eqc, {git, "https://github.com/Vagabond/rebar3-eqc-plugin", {branch, "master"}}}]}.
{erl_opts, [warnings_as_errors]}.

{eunit_opts, [verbose]}.


{plugins, [{eqc_rebar, {git, "https://github.com/Quviq/eqc-rebar", {branch, "master"}}}]}.


{xref_checks,[undefined_function_calls,undefined_functions,locals_not_used,
deprecated_function_calls, deprecated_functions]}.
Binary file modified rebar3
Binary file not shown.

0 comments on commit b5d58ab

Please sign in to comment.