Skip to content

Commit

Permalink
Merge pull request nitrogen#101 from stuart-thackray/master
Browse files Browse the repository at this point in the history
erlang 19.0 support
  • Loading branch information
choptastic authored Jul 20, 2016
2 parents 75d39bb + 1911b11 commit c3641db
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: erlang
script: "make travis"
otp_release:
- 19.0
- 18.2
- 18.1
- 18.0
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@ R16B03: R16B
R16B03-1: R16B
17: R16B
18: R16B
19: R16B

# SHARED

Expand Down
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{sub_dirs, ["rel"]}.

{require_otp_vsn, "R15|R16|17|18"}.
{require_otp_vsn, "R15|R16|17|18|19"}.

{cover_enabled, true}.

Expand Down

0 comments on commit c3641db

Please sign in to comment.