You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Erlang builds are not available on the OS X environment.
12
37
@@ -25,7 +50,7 @@ otp_release:
25
50
```
26
51
{: data-file=".travis.yml"}
27
52
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 .
0 commit comments