aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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