Update build badge

This commit is contained in:
John Tims 2020-05-28 07:47:54 -06:00
parent 69e74783f0
commit e7aa5c7ece

View File

@ -4,7 +4,7 @@ Querydsl is a framework which enables the construction of type-safe SQL-like que
Instead of writing queries as inline strings or externalizing them into XML files they are constructed via a fluent API.
[![Build Status](https://travis-ci.org/querydsl/querydsl.svg?branch=master)](https://travis-ci.org/querydsl/querydsl)
[![Build Status](https://github.com/querydsl/querydsl/workflows/querydsl/badge.svg)](https://github.com/querydsl/querydsl/actions)
[![Coverage Status](https://coveralls.io/repos/github/querydsl/querydsl/badge.svg?branch=master)](https://coveralls.io/github/querydsl/querydsl?branch=master)
[![Stackoverflow](https://img.shields.io/badge/StackOverflow-querydsl-yellow.svg)](https://stackoverflow.com/questions/tagged/querydsl)