Replace Travis CI with GitHub Actions workflow

This commit is contained in:
Suhas Karanth
2020-07-29 15:37:21 +05:30
committed by Suhas Karanth
parent 1163963381
commit 80177adba8
3 changed files with 58 additions and 27 deletions

View File

@@ -1,4 +1,4 @@
![moq logo](moq-logo-small.png) [![Build Status](https://travis-ci.org/matryer/moq.svg?branch=master)](https://travis-ci.org/matryer/moq) [![Go Report Card](https://goreportcard.com/badge/github.com/matryer/moq)](https://goreportcard.com/report/github.com/matryer/moq)
![moq logo](moq-logo-small.png) [![build](https://github.com/matryer/moq/workflows/build/badge.svg)](https://github.com/matryer/moq/actions?query=branch%3Amaster) [![Go Report Card](https://goreportcard.com/badge/github.com/matryer/moq)](https://goreportcard.com/report/github.com/matryer/moq)
Interface mocking tool for go generate.