aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksey Kladov <aleksey.kladov@gmail.com>2019-07-25 15:58:05 +0300
committerAleksey Kladov <aleksey.kladov@gmail.com>2019-07-25 16:13:52 +0300
commit7ee668074ad98ff3d20cc21cd55fbd8f540e7909 (patch)
tree685bdee5ae11214f6e65ebcdb22e6cef99fd8b4b
parent5d30c6d921987573b900a48a7365e7303039cfb6 (diff)
downloadunicode-xid-7ee668074ad98ff3d20cc21cd55fbd8f540e7909.tar.gz
add CI badges
-rw-r--r--Cargo.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1839c30..bb18567 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,9 +17,11 @@ Determine whether characters have the XID_Start
or XID_Continue properties according to
Unicode Standard Annex #31.
"""
-
exclude = ["/scripts/*", "/.travis.yml"]
+[badges]
+travis-ci = { repository = "unicode-rs/unicode-xid" }
+
[features]
default = []
no_std = []