summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2018-06-23 20:19:34 -0400
committerAndrew Gallant <jamslam@gmail.com>2018-06-23 20:49:05 -0400
commita6467f880aee7bfaeb57f81feba2b57f8f117854 (patch)
tree49fc2c578e2a4f091421df2e6e5252d91b321b0f /Cargo.toml
parent004bb35694a564e3f677003dddc97e455bcd7922 (diff)
ripgrep: disable autotests
This keeps us working in Rust 2018. Fixes #923
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index acce68b1..f0d54399 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,6 +16,7 @@ categories = ["command-line-utilities", "text-processing"]
license = "Unlicense/MIT"
exclude = ["HomebrewFormula"]
build = "build.rs"
+autotests = false
[badges]
travis-ci = { repository = "BurntSushi/ripgrep" }