Skip to content

Commit 226a54d

Browse files
committed
Use consistent Trusty note
1 parent 0dcf135 commit 226a54d

File tree

1 file changed

+11
-14
lines changed

1 file changed

+11
-14
lines changed

user/languages/erlang.md

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,6 @@ layout: en
44

55
---
66

7-
### What This Guide Covers
8-
9-
> Language versions and other build-environment specific
10-
> information are in our reference pages:
11-
> * [Precise](/user/reference/precise/)
12-
> * [Trusty](/user/reference/trusty/)
13-
14-
The rest of this guide covers build environment and configuration topics
15-
specific to Erlang projects. Please make sure to read our
16-
[Getting Started](/user/getting-started/) and
17-
[general build configuration](/user/customizing-the-build/) guides first.
18-
19-
Erlang builds are not available on the OS X environment.
20-
217
<aside markdown="block" class="ataglance">
228

239
| | Default |
@@ -38,6 +24,17 @@ otp_release:
3824
3925
</aside>
4026
27+
### What This Guide Covers
28+
29+
{{ site.data.snippets.trusty_note_no_osx }}
30+
31+
The rest of this guide covers build environment and configuration topics
32+
specific to Erlang projects. Please make sure to read our
33+
[Getting Started](/user/getting-started/) and
34+
[general build configuration](/user/customizing-the-build/) guides first.
35+
36+
Erlang builds are not available on the OS X environment.
37+
4138
## Choosing OTP releases to test against
4239
4340
Travis CI VMs provide 64-bit [Erlang OTP](http://www.erlang.org/download.html) releases built using [kerl](https://github.com/spawngrid/kerl). To specify OTP releases you want your project to be tested against, use the `otp_release` key:

0 commit comments

Comments
 (0)