Skip to content

Commit a0f541b

Browse files
committed
ci: remove old Travis+AppVeyor config
And update the README with the proper badge.
1 parent 410d931 commit a0f541b

9 files changed

+2
-219
lines changed

.travis.yml

Lines changed: 0 additions & 29 deletions
This file was deleted.

Cargo.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,7 @@ finite automata and guarantees linear time matching on all inputs.
1313
"""
1414
categories = ["text-processing"]
1515
autotests = false
16-
exclude = ["/.travis.yml", "/appveyor.yml", "/ci/*", "/scripts/*"]
17-
18-
[badges]
19-
travis-ci = { repository = "rust-lang/regex" }
20-
appveyor = { repository = "rust-lang-libs/regex" }
16+
exclude = ["/scripts/*", "/.github/*"]
2117

2218
[workspace]
2319
members = [

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ linear time with respect to the size of the regular expression and search text.
77
Much of the syntax and implementation is inspired
88
by [RE2](https://github.com/google/re2).
99

10-
[![Build status](https://travis-ci.com/rust-lang/regex.svg?branch=master)](https://travis-ci.com/rust-lang/regex)
11-
[![Build status](https://ci.appveyor.com/api/projects/status/github/rust-lang/regex?svg=true)](https://ci.appveyor.com/project/rust-lang-libs/regex)
12-
[![Coverage Status](https://coveralls.io/repos/github/rust-lang/regex/badge.svg?branch=master)](https://coveralls.io/github/rust-lang/regex?branch=master)
10+
[![Build status](https://github.com/rust-lang/regex/workflows/ci/badge.svg)](https://github.com/rust-lang/regex/actions)
1311
[![](https://meritbadge.herokuapp.com/regex)](https://crates.io/crates/regex)
1412
[![Rust](https://img.shields.io/badge/rust-1.28.0%2B-blue.svg?maxAge=3600)](https://github.com/rust-lang/regex)
1513

appveyor.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.

ci/after_success.sh

Lines changed: 0 additions & 25 deletions
This file was deleted.

ci/run-kcov

Lines changed: 0 additions & 44 deletions
This file was deleted.

ci/run-shootout-test

Lines changed: 0 additions & 18 deletions
This file was deleted.

ci/script.sh

Lines changed: 0 additions & 69 deletions
This file was deleted.

ci/test-regex-capi

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)