Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stevedonovan/Penlight.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThijs Schreijer <thijs@thijsschreijer.nl>2018-11-26 12:00:20 +0300
committerGitHub <noreply@github.com>2018-11-26 12:00:20 +0300
commit3f4c179b7b70392100f274a0e68d65de9814401f (patch)
treeb0b042e4653115d431ba0c8ff9a7b48f79014051
parente433c544b33ece29d406cb6a67956a08b79ece97 (diff)
Updated README.md to show the proper CI badge
The badge linked to the last build (could be any PR), instead of the actual master branch
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 99e966e..a3f060d 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Penlight Lua Libraries
-[![Build Status](https://travis-ci.org/stevedonovan/Penlight.svg)](https://travis-ci.org/stevedonovan/Penlight)
+[![Build Status](https://travis-ci.org/stevedonovan/Penlight.svg?branch=master)](https://travis-ci.org/stevedonovan/Penlight)
[![Coverage Status](https://coveralls.io/repos/mpeterv/Penlight/badge.svg?branch=master&service=github)](https://coveralls.io/github/stevedonovan/Penlight?branch=master)
[![AppVeyor status](https://ci.appveyor.com/api/projects/status/2ypffmsatb5rh9yw/branch/master?svg=true)](https://ci.appveyor.com/project/stevedonovan/penlight/branch/master)