From eb262d1bded37afddaf24bfbe1742aa59826782c Mon Sep 17 00:00:00 2001 From: Pedro Flemming Date: Tue, 24 May 2016 15:34:42 +0200 Subject: [PATCH] Update README. trigger travis build and add badge --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 2993acb..5f8ea54 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ C++ SQL Parser for Hyrise ========================= +[![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) + This is a SQL Parser for C++. It parses the given SQL query into C++ objects. It is developed for integration in hyrise (https://github.com/hyrise/hyrise), but can be used in other environments as well.