From 2be839923458758aba3320b4b03b0a563b153b37 Mon Sep 17 00:00:00 2001 From: gsw945 Date: Fri, 2 Jul 2021 21:57:23 +0800 Subject: [PATCH] Update README.md and remove .travis.yml(not used) replace *travis-ci** with **Github Actions Go workflow** for build test --- .travis.yml | 16 ---------------- README.md | 4 ++-- 2 files changed, 2 insertions(+), 18 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 8f742cca..00000000 --- a/.travis.yml +++ /dev/null @@ -1,16 +0,0 @@ -sudo: false -language: go - -go: - - 1.8.x - - 1.9.x - - 1.10.x - - 1.11.x - - 1.12.x - - 1.13.x - - 1.14.x - - 1.15.x - - 1.16.x - -script: - - go test -v ./... diff --git a/README.md b/README.md index 29634010..947df623 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Nano [![Build Status][1]][2] [![GoDoc][3]][4] [![Go Report Card][5]][6] [![MIT licensed][7]][8] -[1]: https://travis-ci.org/lonng/nano.svg?branch=master -[2]: https://travis-ci.org/lonng/nano +[1]: https://github.com/lonng/nano/actions/workflows/go.yml/badge.svg?branch=master +[2]: https://github.com/lonng/nano/actions/workflows/go.yml [3]: https://godoc.org/github.com/lonng/nano?status.svg [4]: https://godoc.org/github.com/lonng/nano [5]: https://goreportcard.com/badge/github.com/lonng/nano