diff options
author | Rasmus Johansson <razze@iki.fi> | 2019-01-09 15:00:56 +0200 |
---|---|---|
committer | Vladislav Vaintroub <wlad@mariadb.com> | 2019-01-10 11:58:02 +0100 |
commit | 2ffa11e33e018fad58c1df4cb1bdb0642ef0f8fd (patch) | |
tree | 4ec788124c4ee27e226761851989a95e469882c3 /README.md | |
parent | 4bf47cb989e7b445e7126d21cb498eedb8aff0e8 (diff) | |
download | mariadb-git-2ffa11e33e018fad58c1df4cb1bdb0642ef0f8fd.tar.gz |
Appveyor configuration and addition of badge
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md index 5e3ef4ed21d..681f75ca812 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ Code status: ------------ -* [![tests status](https://secure.travis-ci.org/MariaDB/server.png?branch=10.3)](https://travis-ci.org/MariaDB/server) travis-ci.org (10.3 branch) +* [![Travis CI status](https://secure.travis-ci.org/MariaDB/server.png?branch=10.3)](https://travis-ci.org/MariaDB/server) travis-ci.org (10.3 branch) +* [![Appveyor CI status](https://ci.appveyor.com/api/projects/status/4u6pexmtpuf8jq66?svg=true)](https://ci.appveyor.com/project/rasmushoj/server) ci.appveyor.com ## MariaDB: drop-in replacement for MySQL |