From 87371e9005771c42dba9b934489e9ce3d94bb5a8 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Thu, 9 Feb 2017 14:30:13 +0000 Subject: [PATCH] Add TravisCI build badge to the README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7c040f8..dbcb36d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![Build Status](https://travis-ci.org/anholt/libepoxy.svg?branch=master)](https://travis-ci.org/anholt/libepoxy) + Epoxy is a library for handling OpenGL function pointer management for you.