Skip to content

Commit 19c3320

Browse files
authored
Remove Travis and update to GitHub Actions in README
1 parent b9869e0 commit 19c3320

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# Yet Another (Super) Chip 8 Emulator
22

3-
[![Build Status](https://img.shields.io/travis/craigthomas/Chip8Python?style=flat-square)](https://travis-ci.org/craigthomas/Chip8Python)
3+
[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/craigthomas/Chip8Python/Build%20Test%20Coverage?style=flat-square)](https://github.com/craigthomas/Chip8Python/actions)
44
[![Codecov](https://img.shields.io/codecov/c/gh/craigthomas/Chip8Python?style=flat-square)](https://codecov.io/gh/craigthomas/Chip8Python)
5-
[![Codacy Badge](https://img.shields.io/codacy/grade/f100b6deb9bf4729a2c55ef12fb695c9?style=flat-square)](https://www.codacy.com/app/craig-thomas/Chip8Python?utm_source=github.com&utm_medium=referral&utm_content=craigthomas/Chip8Python&utm_campaign=Badge_Grade)
65
[![Dependencies](https://img.shields.io/librariesio/github/craigthomas/Chip8Python?style=flat-square)](https://libraries.io/github/craigthomas/Chip8Python)
76
[![Releases](https://img.shields.io/github/release/craigthomas/Chip8Python?style=flat-square)](https://github.com/craigthomas/Chip8Python/releases)
87
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](https://opensource.org/licenses/MIT)
@@ -14,7 +13,7 @@
1413
2. [License](#license)
1514
3. [Installing](#installing)
1615
1. [Ubuntu Installation](#ubuntu-installation)
17-
2. [Windows Installation](#windows)
16+
2. [Windows Installation](#windows-installation)
1817
4. [Running](#running)
1918
1. [Running a ROM](#running-a-rom)
2019
2. [Screen Scale](#screen-scale)

0 commit comments

Comments
 (0)