aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Schultz <karl@lunarg.com>2017-01-04 15:50:38 -0700
committerGitHub <noreply@github.com>2017-01-04 15:50:38 -0700
commit52720a5699b11de9e1fdb8dd9bbb05a6be8a9a26 (patch)
tree158b5552a40eac9f1f2adb6f1486cb7168db7c31
parentc6e7b25bd0c2fbfa219dbeafe20c8d35d1e0ae0e (diff)
downloadusermoji-52720a5699b11de9e1fdb8dd9bbb05a6be8a9a26.tar.xz
docs: Fix README to show Travis master br status
Better to show status only for master branch Travis builds. Other branches frequently fail and cause the badge to not reflect the status of the master branch.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e18d9199..bb2769d1 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ This project provides Khronos official ICD loader and validation layers for Vulk
## CI Build Status
| Platform | Build Status |
|:--------:|:------------:|
-| Linux/Android | [![Build Status](https://travis-ci.org/KhronosGroup/Vulkan-LoaderAndValidationLayers.svg)](https://travis-ci.org/KhronosGroup/Vulkan-LoaderAndValidationLayers) |
+| Linux/Android | [![Build Status](https://travis-ci.org/KhronosGroup/Vulkan-LoaderAndValidationLayers.svg?branch=master)](https://travis-ci.org/KhronosGroup/Vulkan-LoaderAndValidationLayers) |
| Windows |[![Build status](https://ci.appveyor.com/api/projects/status/ri4584d6qramrjiv/branch/master?svg=true)](https://ci.appveyor.com/project/Khronoswebmaster/vulkan-loaderandvalidationlayers/branch/master) |