diff --git a/README.md b/README.md index 20a008e..1b97228 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # <img align="right" src="maud.png" alt="HTML5 rocks." title="HTML5 rocks."> maud -[](https://travis-ci.com/github/lambda-fairy/maud) +[](https://github.com/lambda-fairy/maud/actions) [](https://crates.io/crates/maud) [](https://docs.rs/maud/) diff --git a/maud/Cargo.toml b/maud/Cargo.toml index e9ca91b..3a1fc8b 100644 --- a/maud/Cargo.toml +++ b/maud/Cargo.toml @@ -28,9 +28,6 @@ actix-web-dep = { package = "actix-web", version = ">= 2, < 4", optional = true, [dev-dependencies] trybuild = { version = "1.0.33", features = ["diff"] } -[badges] -travis-ci = { repository = "lambda-fairy/maud" } - [package.metadata.docs.rs] all-features = true diff --git a/maud_macros/Cargo.toml b/maud_macros/Cargo.toml index f8b2480..4a3ce8e 100644 --- a/maud_macros/Cargo.toml +++ b/maud_macros/Cargo.toml @@ -20,6 +20,3 @@ proc-macro-error = "1.0.0" [lib] name = "maud_macros" proc-macro = true - -[badges] -travis-ci = { repository = "lambda-fairy/maud" }