Auto merge of #29271 - chansuke:infra/remove-travis, r=mrobinson

Remove TravisCI badge from README and .travis.yml

Fixes #29268
This commit is contained in:
bors-servo 2023-01-19 23:08:58 +01:00 committed by GitHub
commit 8fc56e5c30
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 3 deletions

View file

@ -1,2 +0,0 @@
branches:
only: none

View file

@ -1,6 +1,6 @@
# The Servo Parallel Browser Engine Project
[![Linux Build Status](https://img.shields.io/travis/servo/servo/master.svg?label=Linux%20build)](https://travis-ci.com/servo/servo) [![Changelog #228](https://img.shields.io/badge/changelog-%23228-9E978E.svg)](https://changelog.com/podcast/228)
[![Changelog #228](https://img.shields.io/badge/changelog-%23228-9E978E.svg)](https://changelog.com/podcast/228)
Servo is a prototype web browser engine written in the
[Rust](https://github.com/rust-lang/rust) language. It is currently developed on