From 95cabfa837f914bd2530f93c49e73de960a36d36 Mon Sep 17 00:00:00 2001 From: Jakub Sobon Date: Mon, 31 Aug 2020 22:34:49 -0400 Subject: [PATCH] Advancing Go version and correcting build status badge. --- .travis.yml | 5 ++--- README.md | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5cfd5d2..7c8b739 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,7 @@ language: go go: - - 1.11.x - - 1.12.x - - 1.13.x + - 1.14.x + - 1.15.x - stable script: - go get -t ./... diff --git a/README.md b/README.md index 229a772..8ecd1fd 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ [![Doc Status](https://godoc.org/github.com/mum4k/termdash?status.png)](https://godoc.org/github.com/mum4k/termdash) -[![Build Status](https://travis-ci.org/mum4k/termdash.svg?branch=master)](https://travis-ci.org/mum4k/termdash) +[![Build Status](https://travis-ci.com/mum4k/termdash.svg?branch=master)](https://travis-ci.com/mum4k/termdash) [![Sourcegraph](https://sourcegraph.com/github.com/mum4k/termdash/-/badge.svg)](https://sourcegraph.com/github.com/mum4k/termdash?badge) [![Coverage Status](https://coveralls.io/repos/github/mum4k/termdash/badge.svg?branch=master)](https://coveralls.io/github/mum4k/termdash?branch=master) [![Go Report Card](https://goreportcard.com/badge/github.com/mum4k/termdash)](https://goreportcard.com/report/github.com/mum4k/termdash)