diff --git a/README.md b/README.md index 0f814d7..41206c0 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ C++ SQL Parser ========================= -[![GitHub release](https://img.shields.io/github/release/hyrise/sql-parser.svg?maxAge=2592000)]() -[![Build Status](https://img.shields.io/travis/hyrise/sql-parser.svg?maxAge=2592000)](https://travis-ci.org/hyrise/sql-parser) +[![Build Status](https://img.shields.io/travis/hyrise/sql-parser/master.svg?maxAge=2592000)](https://travis-ci.org/hyrise/sql-parser) This is a SQL Parser for C++. It parses the given SQL query into C++ objects.