Skip to content

Commit

Permalink
update README.md, fix build for golang v1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
YuriyLisovskiy committed Aug 14, 2018
1 parent 669a27f commit 9db7fb4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 13 deletions.
21 changes: 9 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,15 @@ language: go
sudo: false

go:
- 1
- 1.1
- 1.2
- 1.3
- 1.4
- 1.5
- 1.6
- 1.7
- 1.8
- 1.9
- 1.10
- 1.x
- "1.3"
- "1.4"
- "1.5"
- "1.6"
- "1.7"
- "1.8"
- "1.9"
- "1.10"
- "1.x"

notifications:
email: false
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# QR Code Generator
[![License](https://img.shields.io/badge/BSD-3--Clause-orange.svg)](LICENSE)
[![Language](https://img.shields.io/badge/Go-1.10-blue.svg)](https://golang.org/)
[![Language](https://img.shields.io/badge/Go-1.3-blue.svg)](https://golang.org/)
[![Build Status](https://travis-ci.org/YuriyLisovskiy/qrcode.svg?branch=master)](https://travis-ci.org/YuriyLisovskiy/qrcode)
[![GoDoc](https://img.shields.io/badge/go-docs-blue.svg)](https://godoc.org/github.com/YuriyLisovskiy/qrcode/qr)
### Installation
Expand Down

0 comments on commit 9db7fb4

Please sign in to comment.