Skip to content

Commit

Permalink
ci: remove old Travis+AppVeyor config
Browse files Browse the repository at this point in the history
And update the README with the proper badge.
  • Loading branch information
BurntSushi committed Feb 2, 2020
1 parent 410d931 commit a0f541b
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 219 deletions.
29 changes: 0 additions & 29 deletions .travis.yml

This file was deleted.

6 changes: 1 addition & 5 deletions Cargo.toml
Expand Up @@ -13,11 +13,7 @@ finite automata and guarantees linear time matching on all inputs.
"""
categories = ["text-processing"]
autotests = false
exclude = ["/.travis.yml", "/appveyor.yml", "/ci/*", "/scripts/*"]

[badges]
travis-ci = { repository = "rust-lang/regex" }
appveyor = { repository = "rust-lang-libs/regex" }
exclude = ["/scripts/*", "/.github/*"]

[workspace]
members = [
Expand Down
4 changes: 1 addition & 3 deletions README.md
Expand Up @@ -7,9 +7,7 @@ linear time with respect to the size of the regular expression and search text.
Much of the syntax and implementation is inspired
by [RE2](https://github.com/google/re2).

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

Expand Down
19 changes: 0 additions & 19 deletions appveyor.yml

This file was deleted.

25 changes: 0 additions & 25 deletions ci/after_success.sh

This file was deleted.

44 changes: 0 additions & 44 deletions ci/run-kcov

This file was deleted.

18 changes: 0 additions & 18 deletions ci/run-shootout-test

This file was deleted.

69 changes: 0 additions & 69 deletions ci/script.sh

This file was deleted.

7 changes: 0 additions & 7 deletions ci/test-regex-capi

This file was deleted.

0 comments on commit a0f541b

Please sign in to comment.