Undoes travis linting

This commit is contained in:
Tom Hudson 2016-03-28 16:25:11 +01:00
parent 81084a504b
commit 4c21fc1abc
3 changed files with 2 additions and 8 deletions

View File

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

View File

@ -14,7 +14,7 @@ package main
import (
"fmt"
"github.com/TomNomNom/linkheader"
"github.com/tomnomnom/linkheader"
)
func main() {

View File

@ -3,7 +3,7 @@ package linkheader_test
import (
"fmt"
"github.com/TomNomNom/linkheader"
"github.com/tomnomnom/linkheader"
)
func ExampleParse() {