Skip to content

Commit 4dec034

Browse files
committed
Add AppVeyor CI link to the README
1 parent 6a16655 commit 4dec034

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Mysql2 - A modern, simple and very fast MySQL library for Ruby - binding to libmysql
22

3-
[![Build Status](https://travis-ci.org/brianmario/mysql2.png)](https://travis-ci.org/brianmario/mysql2)
3+
Travis CI [![Travis CI Status](https://travis-ci.org/brianmario/mysql2.png)](https://travis-ci.org/brianmario/mysql2)
4+
Appveyor CI [![Appveyor CI Status](https://ci.appveyor.com/api/projects/status/github/sodabrew/mysql2)](https://ci.appveyor.com/project/sodabrew/mysql2)
45

56
The Mysql2 gem is meant to serve the extremely common use-case of connecting, querying and iterating on results.
67
Some database libraries out there serve as direct 1:1 mappings of the already complex C APIs available.

0 commit comments

Comments
 (0)