Skip to content

Commit dcc4bd6

Browse files
committed
remove travis and caveats
1 parent 64a51a3 commit dcc4bd6

File tree

2 files changed

+0
-15
lines changed

2 files changed

+0
-15
lines changed

.travis.yml

-3
This file was deleted.

README.md

-12
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ This example shows how to run MATLAB® tests, produce a code coverage report,
1010
| `azure-pipelines.yml` | A configuration example for [Azure® DevOps](https://marketplace.visualstudio.com/items?itemName=MathWorks.matlab-azure-devops-extension) |
1111
| `.circleci/config.yml` | A configuration example for [CircleCI®](https://circleci.com/orbs/registry/orb/mathworks/matlab)
1212
| `.github/workflows/workflow.yml` | A configuration example for [GitHub® Actions](https://github.com/matlab-actions)
13-
| `.travis.yml` | A configuration example for [Travis CI](https://docs.travis-ci.com/user/languages/matlab/)
1413

1514
## Produce and Publish Coverage Reports
1615
Each of these pipeline definitions does four things:
@@ -89,17 +88,6 @@ jobs:
8988
file: coverage.xml
9089
```
9190
92-
### Travis CI
93-
94-
```yml
95-
language: matlab
96-
script: matlab -batch 'runMyTests'
97-
after_success: bash <(curl -s https://codecov.io/bash)
98-
```
99-
100-
## Caveats
101-
* Currently, MATLAB builds that use cloud-hosted agents are available only for public projects.
102-
10391
## Links
10492
- [Community Boards](https://community.codecov.io)
10593
- [Support](https://codecov.io/support)

0 commit comments

Comments
 (0)