From bfbc98e2467e66cbc125298815d94dd6725daf02 Mon Sep 17 00:00:00 2001 From: polera Date: Mon, 2 Sep 2024 19:59:45 -0400 Subject: [PATCH] Remove deprecated Travis CI remnants. --- .travis.yml | 9 --------- README.md | 2 +- 2 files changed, 1 insertion(+), 10 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 93c2347..0000000 --- a/.travis.yml +++ /dev/null @@ -1,9 +0,0 @@ -language: go - -go: - - 1.2 - - 1.3 - - 1.4 - -script: go test - diff --git a/README.md b/README.md index 4d4ab91..32a286b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # gonameparts gonameparts splits a human name into individual parts. This is useful when dealing with external data sources that provide names as a single value, but you need to store the discrete parts in a database for example. -[![GoDoc](https://godoc.org/github.com/polera/gonameparts?status.svg)](https://godoc.org/github.com/polera/gonameparts) [![Build Status](https://travis-ci.org/polera/gonameparts.svg)](https://travis-ci.org/polera/gonameparts) +[![GoDoc](https://godoc.org/github.com/polera/gonameparts?status.svg)](https://godoc.org/github.com/polera/gonameparts) Author ==