-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #35 from walter-weinmann/wwe
Fixing dialyzer issues.
- Loading branch information
Showing
7 changed files
with
30 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
_build | ||
erl_crash.dump | ||
rebar.lock | ||
rebar3.crashdump | ||
test/tmp | ||
test/*.beam |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
install: | ||
- wget https://s3.amazonaws.com/rebar3/rebar3 && chmod +x rebar3 | ||
language: erlang | ||
notifications: | ||
email: | ||
- [email protected] | ||
otp_release: | ||
- 19.2 | ||
- 19.1 | ||
|
@@ -16,5 +15,7 @@ otp_release: | |
- 17.3 | ||
- 17.1 | ||
- 17.0 | ||
after_success: | ||
"./rebar ct" | ||
script: | ||
- ./rebar3 compile | ||
- ./rebar3 eunit | ||
- ./rebar3 ct |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.