From 6ae554d32449c4a9a20ed810025ba795a79e5bbe Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Fri, 1 May 2020 08:07:20 +0200 Subject: README.md: point Travis link to /branches The current link points to the latest build for the project, which may be on a random PR. Both failure and success are mostly irrelevant. The /branches page seems to be more relevant. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 77a92f701..212b14925 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # syzkaller - kernel fuzzer -[![Build Status](https://travis-ci.org/google/syzkaller.svg?branch=master)](https://travis-ci.org/google/syzkaller) +[![Build Status](https://travis-ci.org/google/syzkaller.svg?branch=master)](https://travis-ci.org/github/google/syzkaller/branches) [![fuzzit](https://app.fuzzit.dev/badge?org_id=syzkaller=master)](https://fuzzit.dev) [![Go Report Card](https://goreportcard.com/badge/github.com/google/syzkaller)](https://goreportcard.com/report/github.com/google/syzkaller) [![Coverage Status](https://codecov.io/gh/google/syzkaller/graph/badge.svg)](https://codecov.io/gh/google/syzkaller) -- cgit mrf-deployment