diff options
author | Thibaut Girka <thib@sitedethib.com> | 2018-09-03 14:34:39 +0200 |
---|---|---|
committer | ThibG <thib@sitedethib.com> | 2018-09-03 17:41:28 +0200 |
commit | a8de13c03156ed7e074f795b959435ab5b4fce0f (patch) | |
tree | 02d3c624e812df7c6785a707690635a6981e60df | |
parent | 174548f3bd0f1d42a28a5c501aad7116f18eaddb (diff) |
Fix CI badge, as we have switched from Travis to CircleCI
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md index 998d57005..150b6c72b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,9 @@ > Now with automated deploys! -[![Build Status](https://travis-ci.org/glitch-soc/mastodon.svg?branch=master)](https://travis-ci.org/glitch-soc/mastodon) +[![Build Status](https://img.shields.io/circleci/project/github/glitch-soc/mastodon.svg)](https://travis-ci.org/glitch-soc/mastodon) + +[circleci]: https://circleci.com/gh/glitch-soc/mastodon So here's the deal: we all work on this code, and then it runs on dev.glitch.social and anyone who uses that does so absolutely at their own risk. can you dig it? |