Fixes casing in travis, re-adds linting

This commit is contained in:
Tom Hudson 2016-03-28 17:20:06 +01:00
parent 4c21fc1abc
commit 8014c8f612
2 changed files with 9 additions and 2 deletions

View File

@ -8,3 +8,10 @@ go:
- 1.6
- tip
install:
- ./script/bootstrap
script:
- ./script/test
- ./script/lint

View File

@ -2,9 +2,9 @@
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