Skip to content

Commit

Permalink
Deprecate R14
Browse files Browse the repository at this point in the history
  • Loading branch information
norton committed Mar 1, 2014
1 parent 4132351 commit fa8b0ce
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
@@ -1,6 +1,5 @@
language: erlang
script: "make clean compile xref test"
otp_release:
- R16B
- R15B02
- R14B04
- R16B03-1
- R15B03
2 changes: 1 addition & 1 deletion doc/overview.edoc
Expand Up @@ -108,7 +108,7 @@ For further information and help for related tools, please refer to the
following links:

- Erlang - http://www.erlang.org/
* *R14B04 or newer, R16B has been tested most recently*
* *R15B01 or newer, R16B03-1 has been tested most recently*
- Git - http://git-scm.com/
* *Git 1.5.4 or newer, Git 1.8.2 has been tested most recently*
* _required for Repo and GitHub_
Expand Down
2 changes: 1 addition & 1 deletion rebar.config
@@ -1,6 +1,6 @@
%%% -*- mode: erlang -*-

{require_otp_vsn, "R14|R15|R16"}.
{require_min_otp_vsn, "R15"}.

{erl_opts, [warnings_as_errors]}.

Expand Down

0 comments on commit fa8b0ce

Please sign in to comment.