From 3b000dfef92df779216582e16514e0decd0cc5a4 Mon Sep 17 00:00:00 2001 From: Yilun Date: Thu, 29 Feb 2024 02:49:22 -0800 Subject: [PATCH] Change ci badge from travis-ci to github actions Signed-off-by: Yilun --- .travis.yml | 4 ---- README.md | 4 ++-- 2 files changed, 2 insertions(+), 6 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 668850aef..000000000 --- a/.travis.yml +++ /dev/null @@ -1,4 +0,0 @@ -language: go - -go: - - 1.13 diff --git a/README.md b/README.md index e5a1ced2b..5e7516cde 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ### *Official Go implementation of NKN full node.*
-[![GitHub license](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](LICENSE) [![Go Report Card](https://goreportcard.com/badge/github.com/nknorg/nkn)](https://goreportcard.com/report/github.com/nknorg/nkn) [![Build Status](https://travis-ci.org/nknorg/nkn.svg?branch=master)](https://travis-ci.org/nknorg/nkn) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](#contributing) +[![GitHub license](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](LICENSE) [![Go Report Card](https://goreportcard.com/badge/github.com/nknorg/nkn)](https://goreportcard.com/report/github.com/nknorg/nkn) [![Build Status](https://github.com/nknorg/nkn/actions/workflows/build-ubuntu.yml/badge.svg)](https://github.com/nknorg/nkn/actions/workflows/build-ubuntu.yml) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](#contributing) ### Dev Status: V2 line, Production (Stable and Feature-Complete) --- @@ -99,7 +99,7 @@ This command should be run once every time you update the code base. ### Building from source -To build from source, you need a properly configured Go environment (lookup the required version within [go.mod](https://github.com/nknorg/nkn/blob/master/go.mod#L3), and +To build from source, you need a properly configured Go environment (lookup the required version within [go.mod](https://github.com/nknorg/nkn/blob/master/go.mod#L3), and see [Go Official Installation Documentation](https://golang.org/doc/install) for install instructions). Build the source code with make