Skip to content

Commit

Permalink
Remove all mentions of Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
TedDriggs committed Jan 13, 2021
1 parent 39b6ce6 commit c86f615
Show file tree
Hide file tree
Showing 13 changed files with 3 additions and 456 deletions.
93 changes: 0 additions & 93 deletions .travis.yml

This file was deleted.

3 changes: 0 additions & 3 deletions derive_builder/Cargo.toml
Expand Up @@ -15,9 +15,6 @@ categories = ["development-tools", "rust-patterns"]
keywords = ["derive", "macro", "builder", "setter", "struct"]
readme = "README.md"

[badges]
travis-ci = { repository = "colin-kiegel/rust-derive-builder" }

[features]
default = ["std"]
std = []
Expand Down
2 changes: 1 addition & 1 deletion derive_builder/README.md
@@ -1,4 +1,4 @@
[![Build status](https://travis-ci.org/colin-kiegel/rust-derive-builder.svg?branch=master)](https://travis-ci.org/colin-kiegel/rust-derive-builder)
![Build](https://github.com/colin-kiegel/rust-derive-builder/workflows/Build/badge.svg)
[![Rust version]( https://img.shields.io/badge/rust-1.40+-blue.svg)]()
[![Documentation](https://docs.rs/derive_builder/badge.svg)](https://docs.rs/derive_builder)
[![Latest version](https://img.shields.io/crates/v/derive_builder.svg)](https://crates.io/crates/derive_builder)
Expand Down
3 changes: 0 additions & 3 deletions derive_builder_core/Cargo.toml
Expand Up @@ -16,9 +16,6 @@ readme = "README.md"
[features]
clippy = []

[badges]
travis-ci = { repository = "colin-kiegel/rust-derive-builder" }

[dependencies]
darling = "0.10.2"
proc-macro2 = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion derive_builder_core/README.md
@@ -1,4 +1,4 @@
[![Build status](https://travis-ci.org/colin-kiegel/rust-derive-builder.svg?branch=master)](https://travis-ci.org/colin-kiegel/rust-derive-builder)
![Build](https://github.com/colin-kiegel/rust-derive-builder/workflows/Build/badge.svg?branch=master)
[![Documentation](https://docs.rs/derive_builder_core/badge.svg)](https://docs.rs/derive_builder_core)
[![Latest version](https://img.shields.io/crates/v/derive_builder_core.svg)](https://crates.io/crates/derive_builder_core)
[![All downloads](https://img.shields.io/crates/d/derive_builder_core.svg)](https://crates.io/crates/derive_builder_core)
Expand Down
3 changes: 0 additions & 3 deletions derive_builder_macro/Cargo.toml
Expand Up @@ -15,9 +15,6 @@ categories = ["development-tools", "rust-patterns"]
keywords = ["derive", "macro", "builder", "setter", "struct"]
readme = "README.md"

[badges]
travis-ci = { repository = "colin-kiegel/rust-derive-builder" }

[lib]
proc-macro = true

Expand Down
13 changes: 1 addition & 12 deletions derive_builder_macro/README.md
@@ -1,5 +1,4 @@
[![Build status](https://travis-ci.org/colin-kiegel/rust-derive-builder.svg?branch=master)](https://travis-ci.org/colin-kiegel/rust-derive-builder)
[![Documentation](https://docs.rs/derive_builder_macro/badge.svg)](https://docs.rs/derive_builder_macro)
![Build](https://github.com/colin-kiegel/rust-derive-builder/workflows/Build/badge.svg?branch=master)
[![Latest version](https://img.shields.io/crates/v/derive_builder_macro.svg)](https://crates.io/crates/derive_builder_macro)
[![All downloads](https://img.shields.io/crates/d/derive_builder_macro.svg)](https://crates.io/crates/derive_builder_macro)
[![Downloads of latest version](https://img.shields.io/crates/dv/derive_builder_macro.svg)](https://crates.io/crates/derive_builder_macro)
Expand All @@ -15,16 +14,6 @@

This is an internal helper library of [`derive_builder`].

## Documentation

Please refer to
[docs.rs/derive_builder_macro](https://docs.rs/derive_builder_macro)
for the documentation of all published versions.

## [Changelog](CHANGELOG.md)

Yes, we keep a changelog.

## License

Licensed under either of
Expand Down
57 changes: 0 additions & 57 deletions dev/README.md

This file was deleted.

24 changes: 0 additions & 24 deletions dev/checkfeatures.sh

This file was deleted.

0 comments on commit c86f615

Please sign in to comment.