From 14e671f25b42fc9b5446ef26d52d1f99dc2e64ff Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Sun, 18 Sep 2016 21:37:02 +0100 Subject: [PATCH] Add Travis build status to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 21882b3..6b5fed5 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ LOOT API Python Module ======================= [![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/loot/loot-api-python?branch=master&svg=true)](https://ci.appveyor.com/project/WrinklyNinja/loot-api-python) +[![Travis Build Status](https://travis-ci.org/loot/loot-api-python.svg?branch=master)](https://travis-ci.org/loot/loot-api-python) [![Documentation Status](https://readthedocs.org/projects/loot-api-python/badge/)](http://loot-api-python.readthedocs.io/) A Python module that wraps the LOOT API, generated by [pybind11](https://github.com/pybind/pybind11).