diff options
author | Brian Cully <bjc@kublai.com> | 2019-08-14 18:29:59 -0400 |
---|---|---|
committer | Brian Cully <bjc@kublai.com> | 2019-08-14 18:29:59 -0400 |
commit | d793d7958736230ce079cb93dfb0daa05d2b3a94 (patch) | |
tree | cbf97ed1c2b6c7a9957ff33f56060868e2881379 | |
parent | 7f3dcf01dedd39d33009e53227162012f4473dce (diff) | |
download | starb-d793d7958736230ce079cb93dfb0daa05d2b3a94.tar.gz starb-d793d7958736230ce079cb93dfb0daa05d2b3a94.zip |
Fix travis-ci badge.
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |