Skip to content

Commit

Permalink
remove .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Geal committed Aug 21, 2021
1 parent a7a23d9 commit 9ccdc35
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 112 deletions.
110 changes: 0 additions & 110 deletions .travis.yml

This file was deleted.

3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ include = [
"LICENSE",
"README.md",
".gitignore",
".travis.yml",
"Cargo.toml",
"src/*.rs",
"src/*/*.rs",
Expand Down Expand Up @@ -50,7 +49,7 @@ proptest = "1.0.0"
version_check = "0.9"

[package.metadata.docs.rs]
features = [ "alloc", "std", "lexical", "docsrs"]
features = ["alloc", "std", "docsrs"]
all-features = true

[profile.bench]
Expand Down

0 comments on commit 9ccdc35

Please sign in to comment.