Skip to content

Commit ea9dc10

Browse files
authored
Merge pull request #250 from terriko/remove_travis
Replace CI badge
2 parents be7d005 + 643f025 commit ea9dc10

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pythonapp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Python application
1+
name: cve-bin-tool
22

33
on: [push, pull_request]
44

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
CVE Binary Tool
22
===============
33

4-
[![Build Status](https://travis-ci.org/intel/cve-bin-tool.svg?branch=master)](https://travis-ci.org/intel/cve-bin-tool)
4+
[![Build Status](https://github.com/intel/cve-bin-tool/workflows/cve-bin-tool/badge.svg)](https://github.com/intel/cve-bin-tool)
55
[![codecov](https://codecov.io/gh/intel/cve-bin-tool/branch/master/graph/badge.svg)](https://codecov.io/gh/intel/cve-bin-tool)
66
[![Gitter](https://badges.gitter.im/cve-bin-tool/community.svg)](https://gitter.im/cve-bin-tool/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
77
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/python/black)

0 commit comments

Comments
 (0)