Skip to content

Commit 84682ec

Browse files
committed
fix few issues
1 parent 6e280db commit 84682ec

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.travis.yml

-6
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,6 @@ language: go
33
sudo: false
44

55
go:
6-
- 1.7.x
7-
- 1.8.x
8-
- 1.9.x
9-
- 1.10.x
10-
- 1.11.x
11-
- 1.12.x
126
- 1.13.x
137

148
before_install:

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![Build Status](https://travis-ci.org/m1/go-generate-password.svg?branch=master)](https://travis-ci.org/m1/go-generate-password)
55
[![Go Report Card](https://goreportcard.com/badge/github.com/m1/go-generate-password)](https://goreportcard.com/report/github.com/m1/go-generate-password)
66
[![Release](https://img.shields.io/github/release/m1/go-generate-password.svg)](https://github.com/m1/go-generate-password/releases/latest)
7-
[![Coverage Status](https://coveralls.io/repos/github/m1/go-generate-password/badge.svg)](https://coveralls.io/github/m1/go-generate-password)
7+
[![codecov](https://codecov.io/gh/m1/go-generate-password/branch/master/graph/badge.svg)](https://codecov.io/gh/m1/go-generate-password)
88

99
__Password generator written in Go. Use as a [library](#library) or as a [CLI](#cli).__
1010

0 commit comments

Comments
 (0)