ci: disable travis (#108)

Deletes travis config and updates build badge.

Updates #106
This commit is contained in:
Michael McLoughlin
2020-01-03 21:42:19 -08:00
committed by GitHub
parent 3426f8bd2d
commit 03ee750ed2
2 changed files with 1 additions and 14 deletions

View File

@@ -1,13 +0,0 @@
language: go
go:
- 1.x
install:
- ./script/bootstrap
script:
- go build ./...
- go test -bench . ./...
- ./script/coverage
- ./script/lint
after_success:
- bash <(curl -s https://codecov.io/bash) -F unittests -f unittests.coverprofile
- bash <(curl -s https://codecov.io/bash) -F integration -f integration.coverprofile

View File

@@ -1,7 +1,7 @@
<p align="center">
<img src="logo.svg" width="40%" border="0" alt="avo" />
<br />
<a href="https://travis-ci.org/mmcloughlin/avo"><img src="https://img.shields.io/travis/mmcloughlin/avo/master.svg?style=flat-square" alt="Build Status" /></a>
<a href="https://github.com/mmcloughlin/avo/actions?query=branch:master"><img src="https://img.shields.io/github/workflow/status/mmcloughlin/avo/ci/master.svg?style=flat-square" alt="Build Status" /></a>
<a href="http://godoc.org/github.com/mmcloughlin/avo"><img src="http://img.shields.io/badge/godoc-reference-5272B4.svg?style=flat-square" alt="GoDoc" /></a>
<a href="https://goreportcard.com/report/github.com/mmcloughlin/avo"><img src="https://goreportcard.com/badge/github.com/mmcloughlin/avo?style=flat-square" alt="Go Report Card" /></a>
</p>