aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Cully <bjc@kublai.com>2019-08-14 18:29:59 -0400
committerBrian Cully <bjc@kublai.com>2019-08-14 18:29:59 -0400
commitd793d7958736230ce079cb93dfb0daa05d2b3a94 (patch)
treecbf97ed1c2b6c7a9957ff33f56060868e2881379
parent7f3dcf01dedd39d33009e53227162012f4473dce (diff)
downloadstarb-d793d7958736230ce079cb93dfb0daa05d2b3a94.tar.gz
starb-d793d7958736230ce079cb93dfb0daa05d2b3a94.zip
Fix travis-ci badge.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4cee4b6..251ddf3 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
# STAtic Ring Buffers
[![Documentation](https://docs.rs/starb/badge.svg)](https://docs.rs/starb)
-[![Testing](https://travis-ci.org/bjc/badge.svg?branch=master)](https://travis-ci.org/bjc/starb)
+[![Testing](https://api.travis-ci.org/repos/bjc/starb.svg?branch=master)](https://travis-ci.org/bjc/starb)
This is a simple ring-buffer structure that lives on the stack, rather
than the heap, so that it can be used in `no-std` environments, such