Skip to content

Commit d9fb089

Browse files
Update matlab.md
1 parent f29c6be commit d9fb089

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

user/languages/matlab.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ layout: en
1414
| [Default `install`](#dependency-management) | N/A |
1515
| [Default `script`](#default-build-script) | `matlab -batch "results = runtests('IncludeSubfolders',true); assertSuccess(results);" ` |
1616
| [Matrix keys](#build-matrix) | `matlab`, `env` |
17-
| Support | [MathWorks](mailto:[email protected]) |
1817

1918
Minimal example:
2019

@@ -25,6 +24,8 @@ language: matlab
2524
2625
</aside>
2726
27+
{: .warning}
28+
> MATLAB builds are no longer supported. MATLAB releases newer than R2024a are not available for use.
2829
2930
This guide covers build environment and configuration topics specific to
3031
[MATLAB&reg;](https://www.mathworks.com/products/matlab.html) and [Simulink&reg;](https://www.mathworks.com/products/simulink.html) projects. Please make sure to read our
@@ -35,10 +36,6 @@ This guide covers build environment and configuration topics specific to
3536
> Currently, MATLAB builds are available only for public projects in Linux&reg; environments.
3637
3738
38-
### Community-Supported Language
39-
40-
The MATLAB language is maintained by MathWorks&reg;. If you have any questions or suggestions, please contact MathWorks at [[email protected]](mailto:[email protected]).
41-
4239
## Specify MATLAB Releases and Run Tests
4340
4441
Specify MATLAB releases using the `matlab` key. You can specify R2020a or a later release. If you do not specify a release, Travis CI uses the latest release of MATLAB.
@@ -96,4 +93,4 @@ MATLAB exits with exit code 0 if the specified script, function, or statement ex
9693
## See Also
9794
[Continuous Integration with MATLAB and Simulink](https://www.mathworks.com/solutions/continuous-integration.html)<br/>
9895
[Continuous Integration (MATLAB)](https://www.mathworks.com/help/matlab/continuous-integration.html)<br/>
99-
[Continuous Integration (Simulink Test)](https://www.mathworks.com/help/sltest/continuous-integration.html)
96+
[Continuous Integration (Simulink Test)](https://www.mathworks.com/help/sltest/continuous-integration.html)

0 commit comments

Comments
 (0)