From dd75d3f8841b5828e173de5fe7f4a7fc8dfe7c47 Mon Sep 17 00:00:00 2001
From: Oliver Schmidt
Date: Tue, 25 Aug 2015 13:57:21 +0200
Subject: [PATCH] Don't show (potentially failing) pull request builds.
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 660798128..31eb1c0ef 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
[wiki](http://github.com/cc65/wiki/wiki)
-[![build status](http://travis-ci.org/cc65/cc65.png)](http://travis-ci.org/cc65/cc65/builds)
+[![build status](https://api.travis-ci.org/cc65/cc65.svg?branch=master)](https://travis-ci.org/cc65/cc65/builds)
cc65 is a complete cross development package for 65(C)02 systems, including
a powerful macro assembler, a C compiler, linker, librarian and several
--
2.39.5