From 97e3e420c8a4121dc85d71e069195da021568411 Mon Sep 17 00:00:00 2001 From: Evgeniy Fominov Date: Sat, 15 Oct 2016 23:26:55 +0300 Subject: [PATCH] Update Readme.md - travis badge (#297) Added Travis badge ![badge](https://travis-ci.org/davisking/dlib.svg?branch=master) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b8baac0d0..0909abf9e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# dlib C++ library +# dlib C++ library ![Travis Status](https://travis-ci.org/davisking/dlib.svg?branch=master) Dlib is a modern C++ toolkit containing machine learning algorithms and tools for creating complex software in C++ to solve real world problems. See [http://dlib.net](http://dlib.net) for the main project documentation and API reference.