Skip to content

Commit

Permalink
Add CI badge, remove travis
Browse files Browse the repository at this point in the history
Signed-off-by: AlexNDRmac <alexndr.mac@gmail.com>
  • Loading branch information
AlexNDRmac authored and mstruebing committed Oct 10, 2023
1 parent 586d095 commit 21595af
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 22 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: CI
on:
pull_request:
push:
# branches:
# - master
paths-ignore:
- '**.md'

env:
GO111MODULE: on
Expand All @@ -21,7 +21,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: '1.21'

- name: Setup cache
uses: actions/cache@v3
Expand Down
18 changes: 0 additions & 18 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<a href="https://www.buymeacoffee.com/mstruebing" target="_blank"><img src="https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png" alt="Buy Me A Coffee" style="height: 41px !important;width: 174px !important;box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;-webkit-box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;" ></a>

[![Build Status](https://travis-ci.org/mstruebing/tldr.svg?branch=master)](https://travis-ci.org/mstruebing/tldr)
[![CI](https://github.com/mstruebing/tldr/actions/workflows/main.yml/badge.svg)](https://github.com/mstruebing/tldr/actions/workflows/main.yml)
[![codecov](https://codecov.io/gh/mstruebing/tldr/branch/master/graph/badge.svg)](https://codecov.io/gh/mstruebing/tldr)
[![Go Report Card](https://goreportcard.com/badge/github.com/mstruebing/tldr-go-client)](https://goreportcard.com/report/github.com/mstruebing/tldr-go-client)

Expand Down

0 comments on commit 21595af

Please sign in to comment.