Skip to content

Commit 0c43b3b

Browse files
Removed travis-ci and added github action status badge
1 parent a6bc8cc commit 0c43b3b

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.travis.yml

Lines changed: 0 additions & 4 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
A simple CSV Reader for swift.
33

44
![Swift](https://img.shields.io/badge/swift-6.0-brightgreen.svg)
5-
[![Build Status](https://travis-ci.org/peterentwistle/SwiftCSVReader.svg?branch=master)](https://travis-ci.org/peterentwistle/SwiftCSVReader)
5+
[![Swift](https://github.com/peterentwistle/SwiftCSVReader/actions/workflows/swift.yml/badge.svg)](https://github.com/peterentwistle/SwiftCSVReader/actions/workflows/swift.yml)
66
[![Licence](https://img.shields.io/badge/Licence-MIT-lightgrey.svg)](https://github.com/peterentwistle/SwiftCSVReader/blob/master/LICENSE)
77

88
## Usage

0 commit comments

Comments
 (0)