Skip to content

Commit

Permalink
fix few issues
Browse files Browse the repository at this point in the history
  • Loading branch information
m1 committed Nov 14, 2019
1 parent 6e280db commit 84682ec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@ language: go
sudo: false

go:
- 1.7.x
- 1.8.x
- 1.9.x
- 1.10.x
- 1.11.x
- 1.12.x
- 1.13.x

before_install:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![Build Status](https://travis-ci.org/m1/go-generate-password.svg?branch=master)](https://travis-ci.org/m1/go-generate-password)
[![Go Report Card](https://goreportcard.com/badge/github.com/m1/go-generate-password)](https://goreportcard.com/report/github.com/m1/go-generate-password)
[![Release](https://img.shields.io/github/release/m1/go-generate-password.svg)](https://github.com/m1/go-generate-password/releases/latest)
[![Coverage Status](https://coveralls.io/repos/github/m1/go-generate-password/badge.svg)](https://coveralls.io/github/m1/go-generate-password)
[![codecov](https://codecov.io/gh/m1/go-generate-password/branch/master/graph/badge.svg)](https://codecov.io/gh/m1/go-generate-password)

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

Expand Down

0 comments on commit 84682ec

Please sign in to comment.