Fixes casing in travis, re-adds linting
This commit is contained in:
parent
4c21fc1abc
commit
8014c8f612
|
@ -8,3 +8,10 @@ go:
|
||||||
- 1.6
|
- 1.6
|
||||||
- tip
|
- tip
|
||||||
|
|
||||||
|
install:
|
||||||
|
- ./script/bootstrap
|
||||||
|
|
||||||
|
script:
|
||||||
|
- ./script/test
|
||||||
|
- ./script/lint
|
||||||
|
|
||||||
|
|
|
@ -2,9 +2,9 @@
|
||||||
|
|
||||||
Library for parsing HTTP Link headers. Requires Go 1.2 or higher.
|
Library for parsing HTTP Link headers. Requires Go 1.2 or higher.
|
||||||
|
|
||||||
Docs can be found on [the GoDoc page](https://godoc.org/github.com/TomNomNom/linkheader).
|
Docs can be found on [the GoDoc page](https://godoc.org/github.com/tomnomnom/linkheader).
|
||||||
|
|
||||||
[![Build Status](https://travis-ci.org/TomNomNom/linkheader.svg)](https://travis-ci.org/TomNomNom/linkheader)
|
[![Build Status](https://travis-ci.org/tomnomnom/linkheader.svg)](https://travis-ci.org/TomNomNom/linkheader)
|
||||||
|
|
||||||
## Basic Example
|
## Basic Example
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user