Skip to content

Commit dbe65bc

Browse files
authored
Merge branch 'master' into sw-trusty-clojure
2 parents e9885b5 + c9d9abf commit dbe65bc

File tree

1 file changed

+27
-2
lines changed

1 file changed

+27
-2
lines changed

user/languages/erlang.md

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,34 @@ layout: en
44

55
---
66

7+
<aside markdown="block" class="ataglance">
8+
9+
| | Default |
10+
|:------------------|:------------------------------------------|
11+
| Typical `install` | `rebar get-deps` |
12+
| Typical `script` | `rebar compile && rebar skip_deps=true eunit` |
13+
| Matrix keys | `env`, `otp_release` |
14+
| Support | [Travis CI](mailto:[email protected]) |
15+
16+
Minimal example:
17+
18+
```yaml
19+
language: erlang
20+
otp_release:
21+
- 19.0
22+
- 18.2.1
23+
```
24+
25+
</aside>
26+
727
### What This Guide Covers
828
9-
This guide covers build environment and configuration topics specific to Erlang projects. Please make sure to read our [Getting Started](/user/getting-started/) and [general build configuration](/user/customizing-the-build/) guides first.
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.
1035
1136
Erlang builds are not available on the OS X environment.
1237
@@ -25,7 +50,7 @@ otp_release:
2550
```
2651
{: data-file=".travis.yml"}
2752

28-
Get a complete list of the pre-compiled versions available on the VM by adding `kerl list installations` to the `before_script:` section of your `.travis.yml`. Note that this list does *not* include releases which are downloaded on demand, such as 18.1 .
53+
Get a complete list of the pre-compiled versions available on the VM by adding `kerl list installations` to the `before_script:` section of your `.travis.yml`. Note that this list does *not* include releases which are downloaded on demand, such as 18.1 .
2954

3055
## Default Test Script
3156

0 commit comments

Comments
 (0)