Skip to content

Commit

Permalink
Merge pull request #79 from walter-weinmann/wwe
Browse files Browse the repository at this point in the history
Version 1.4.1.
  • Loading branch information
walter-weinmann authored Nov 13, 2017
2 parents 1e54aa8 + c1b1759 commit 3cdaf2f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
*.log
_build
erl_crash.dump
*.log
rebar.lock
rebar3.crashdump
src/oclexer.erl
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ otp_release:
- 20.1
- 19.3
- 18.3
- 17.5
script:
- ./rebar3 compile
- ./rebar3 eunit
- ./rebar3 ct
- ./rebar3 geas
10 changes: 8 additions & 2 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@
ocparse_generator
]}.

{ct_cover, true}.
{ct_verbose, true}.
{ct_opts, [
{cover},
{verbose}
]}.

{deps_error_on_conflict, true}.

Expand All @@ -47,6 +49,10 @@
verbose
]}.

{plugins, [
{geas_rebar3, {git, "https://github.com/crownedgrouse/geas_rebar3.git", {branch, "master"}}}
]}.

{xrl_opts, [verbose]}.

{yrl_opts, [verbose]}.

0 comments on commit 3cdaf2f

Please sign in to comment.