From f1e93549c94ff35ccb4189e428797084abd569ba Mon Sep 17 00:00:00 2001 From: Adam Sawicki Date: Mon, 21 Aug 2017 17:26:37 +0200 Subject: [PATCH] README.md: Added status image for Travis CI. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dced139..bce9a5d 100644 --- a/README.md +++ b/README.md @@ -8,5 +8,7 @@ This is a README file for Vulkan Memory Allocator library and accompanying sampl **Changelog:** See [CHANGELOG.md](CHANGELOG.md). -**Build status:** [![Build status](https://ci.appveyor.com/api/projects/status/4vlcrb0emkaio2pn/branch/master?svg=true)](https://ci.appveyor.com/project/adam-sawicki-amd/vulkanmemoryallocator/branch/master) +**Build status:** +Windows: [![Build status](https://ci.appveyor.com/api/projects/status/4vlcrb0emkaio2pn/branch/master?svg=true)](https://ci.appveyor.com/project/adam-sawicki-amd/vulkanmemoryallocator/branch/master) +Linux: [![Build Status](https://travis-ci.org/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.svg?branch=master)](https://travis-ci.org/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator) \ No newline at end of file