From 1f59bee853d86a393787858673ba314dcbff697a Mon Sep 17 00:00:00 2001 From: Andrej Babic Date: Tue, 13 Feb 2018 14:47:42 +0100 Subject: [PATCH] Add travis build badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 96f1241..4ce169b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![Build Status](https://api.travis-ci.org/paulscherrerinstitute/lib_cpp_h5_writer.svg?branch=master)](https://travis-ci.org/paulscherrerinstitute/lib_cpp_h5_writer/) + # lib_cpp_h5_writer This library is used for creating C++ based stream writer for H5 files. It focuses on the functionality and performance needed for high performance detectors integrations.