Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Moving the CI badges up in the README #77

Merged
merged 2 commits into from
Dec 9, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 9 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@ We hope you enjoy using the Microsoft JDBC Driver for SQL Server.

SQL Server Team

## Status of Most Recent Builds
| AppVeyor (Windows) | Travis CI (Linux) |
|--------------------------|--------------------------|
| [![av-image][]][av-site] | [![tv-image][]][tv-site] |

[av-image]: https://ci.appveyor.com/api/projects/status/o6fjg16678ol64d3?svg=true "Windows"
[av-site]: https://ci.appveyor.com/project/Microsoft-JDBC/mssql-jdbc
[tv-image]: https://travis-ci.org/Microsoft/mssql-jdbc.svg? "Linux"
[tv-site]: https://travis-ci.org/Microsoft/mssql-jdbc

## Announcements
What's coming next? We will look into adding a more comprehensive set of tests, improving our javadocs, and start developing the next set of features.
Expand Down Expand Up @@ -48,16 +57,6 @@ To build the jar files, you must use Java 8 with either Ant (with Ivy), Maven or
* Run `gradle build -Pbuild=build41`. This creates JDBC 4.1 compliant jar in \build\libs directory
* Run `gradle build -Pbuild=build42`. This creates JDBC 4.2 compliant jar in \build\libs directory

### Status of Most Recent Builds
| AppVeyor (Windows) | Travis CI (Linux) |
|--------------------------|--------------------------|
| [![av-image][]][av-site] | [![tv-image][]][tv-site] |

[av-image]: https://ci.appveyor.com/api/projects/status/o6fjg16678ol64d3?svg=true
[av-site]: https://ci.appveyor.com/project/Microsoft-JDBC/mssql-jdbc
[tv-image]: https://travis-ci.org/Microsoft/mssql-jdbc.svg?
[tv-site]: https://travis-ci.org/Microsoft/mssql-jdbc

## Resources

### Documentation
Expand Down