From c4c0ae9f0f39415b2a6408066977b89e561fffad Mon Sep 17 00:00:00 2001 From: Brent Pedersen Date: Wed, 21 Jul 2021 10:08:45 +0200 Subject: [PATCH] update travis --- .travis.yml | 3 +-- README.md | 2 +- go.mod | 1 + 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index d4424aa..226ca22 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,6 @@ os: - osx go: - - 1.8.x - 1.9.x - 1.10.x - 1.11.x @@ -15,7 +14,7 @@ before_install: - make - go get github.com/axw/gocov/gocov - go get github.com/mattn/goveralls - - if ! go get code.google.com/p/go.tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi + - go get golang.org/x/tools/cmd/cover script: - ./tests/functional-test.sh diff --git a/README.md b/README.md index 9a7d0a5..0f7655f 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ build: --> -[![Build Status](https://travis-ci.org/brentp/vcfanno.svg)](https://travis-ci.org/brentp/vcfanno) +[![Build Status](https://travis-ci.com/brentp/vcfanno.svg)](https://travis-ci.com/brentp/vcfanno) [![Docs](https://img.shields.io/badge/docs-latest-blue.svg)](http://brentp.github.io/vcfanno/) If you use vcfanno, please cite [the paper](https://genomebiology.biomedcentral.com/articles/10.1186/s13059-016-0973-5) diff --git a/go.mod b/go.mod index abc3a37..fbd8ad1 100644 --- a/go.mod +++ b/go.mod @@ -13,5 +13,6 @@ require ( github.com/pkg/errors v0.9.1 // indirect github.com/yuin/gluare v0.0.0-20170607022532-d7c94f1a80ed // indirect github.com/yuin/gopher-lua v0.0.0-20210529063254-f4c35e4016d9 // indirect + golang.org/x/tools v0.1.5 // indirect gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c )