diff --git a/README.md b/README.md index b203bb433c..8080cf2caf 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ DRuntime: Runtime Library for the D Programming Language ======================================================== [![GitHub tag](https://img.shields.io/github/tag/dlang/druntime.svg?maxAge=86400)](#) -[![Build Status](https://travis-ci.org/dlang/druntime.svg?branch=master)](https://travis-ci.org/dlang/druntime) -[![Codecov](https://img.shields.io/codecov/c/github/dlang/druntime.svg?maxAge=86400)](https://codecov.io/gh/dlang/druntime) -[![Issue Stats](http://www.issuestats.com/github/dlang/druntime/badge/pr)](http://www.issuestats.com/github/dlang/druntime) +[![Build status](https://img.shields.io/circleci/project/dlang/druntime.svg?maxAge=86400)](https://circleci.com/gh/dlang/druntime) +[![Code coverage](https://img.shields.io/codecov/c/github/dlang/druntime.svg?maxAge=86400)](https://codecov.io/gh/dlang/druntime) +[![Issue Stats](https://img.shields.io/issuestats/p/github/dlang/druntime.svg?maxAge=2592000)](http://www.issuestats.com/github/dlang/druntime) This is DRuntime. It is the low-level runtime library backing the D programming language.