Skip to content

Commit 7227c6f

Browse files
authored
Remove Travis CI configuration (#484)
The migration to GitHub Actions occurred quite awhile ago and Travis CI is no longer used
1 parent 7d53206 commit 7227c6f

File tree

2 files changed

+0
-45
lines changed

2 files changed

+0
-45
lines changed

.travis.yml

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

Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ description = "A pure-Rust implementation of group operations on ristretto255 an
2121
exclude = [
2222
"**/.gitignore",
2323
".gitignore",
24-
".travis.yml",
2524
]
2625

2726
[package.metadata.docs.rs]
@@ -32,9 +31,6 @@ rustdoc-args = [
3231
rustc-args = ["--cfg", "curve25519_dalek_backend=\"simd\""]
3332
features = ["serde", "rand_core", "digest"]
3433

35-
[badges]
36-
travis-ci = { repository = "dalek-cryptography/curve25519-dalek", branch = "master"}
37-
3834
[dev-dependencies]
3935
sha2 = { version = "0.10", default-features = false }
4036
bincode = "1"

0 commit comments

Comments
 (0)