Skip to content
This repository was archived by the owner on Nov 28, 2024. It is now read-only.

Commit ea8850c

Browse files
committed
clean up some travis cruft
1 parent 1758113 commit ea8850c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.coveralls.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
service_name: travis-ci
1+
service_name: gh-actions

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ To increase your chances of your push being accepted please be aware of the foll
1919
- Follow our [style guide recommendations](https://github.com/theodi/toolbox/blob/master/README.md#code-style-guide)
2020
- Write tests for all changes (additions or refactors of existing code).
2121
- Of the github integrations we use two will be utilised to check appraise your contribution. In order of priority these are
22-
- Travis ensures that all tests (existing and additions) pass
23-
- Travis/Coveralls ensures that overall test coverage for lines of code meets a certain threshold. If this metric dips below what it previously was for the repository you’re pushing to then your PR will be rejected
22+
- Github Actions ensures that all tests (existing and additions) pass
23+
- Github Actions / Coveralls ensures that overall test coverage for lines of code meets a certain threshold. If this metric dips below what it previously was for the repository you’re pushing to then your PR will be rejected
2424
- Gemnasium ensures dependencies are up to date
2525
- Once your PR is published and passes the above checks a repository administrator will review your contribution. Where appropriate comments may be provided and amendments suggested before your PR is merged into Master.
2626
- Once your PR is accepted you will be granted push access to the repository you have contributed to! Congratulations on joining our community, you’ll no longer need to work from forks.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
[![Build Status](https://travis-ci.com/Data-Liberation-Front/csvlint.io.svg?branch=master)](https://travis-ci.com/Data-Liberation-Front/csvlint.io)
1+
[![Build Status](https://img.shields.io/github/workflow/status/Data-Liberation-Front/csvlint.rb/CI/main)](https://github.com/Data-Liberation-Front/csvlint.io)
22
[![Coverage Status](https://img.shields.io/coveralls/Data-Liberation-Front/csvlint.io/badge.png)](https://coveralls.io/r/Data-Liberation-Front/csvlint.io)
33
[![Code Climate](https://codeclimate.com/github/Data-Liberation-Front/csvlint.io.png)](https://codeclimate.com/github/Data-Liberation-Front/csvlint.io)
44
[![Dependency Status](https://img.shields.io/librariesio/github/Data-Liberation-Front/csvlint.io)](https://libraries.io/github/Data-Liberation-Front/csvlint.io)
5-
[![License](https://img.shields.io/:license-mit-green.svg)](https://theodi.mit-license.org/)
5+
[![License](https://img.shields.io/:license-mit-gre en.svg)](https://theodi.mit-license.org/)
66
[![Documentation](https://inch-ci.org/github/Data-Liberation-Front/csvlint.io.svg?branch=master&style=shields)](https://inch-ci.org/github/Data-Liberation-Front/csvlint.io)
77

88
# CSVLint

0 commit comments

Comments
 (0)