Travis: Remove Travis CI

We have replaced the Travis CI with a Github action, `dev-checks.yml`.
Travis is less reliable than the Github dev checks, recently it has been
flaking on timeouts. Additionally, removing it will allow us to move the
owner of the image-builder-frontend repository from RedHatInsights to
osbuild.
This commit is contained in:
lucasgarfield 2024-01-19 17:06:21 +01:00 committed by Lucas Garfield
parent 46ac78b1de
commit 82e096a19c
5 changed files with 1 additions and 131 deletions

View file

@ -247,7 +247,7 @@ To run the unit tests, the linter, and the code coverage check run:
npm run test
```
These tests will also be run in our Travis CI when a PR is opened.
These tests will also be run in our CI when a PR is opened.
### Using MSW data in development