Skip to content

Commit

Permalink
fix(travis)
Browse files Browse the repository at this point in the history
  • Loading branch information
h2non committed Dec 11, 2016
1 parent 48dfc9b commit e423956
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ before_install:
- go get -u -v github.com/golang/lint/golint

script:
- mkdir -p $GOPATH/src/gopkg.in/h2non/filetype.v1
- ln -s `$(PWD)` $GOPATH/src/gopkg.in/h2non/filetype.v1
- diff -u <(echo -n) <(gofmt -s -d ./)
- diff -u <(echo -n) <(go vet ./...)
- diff -u <(echo -n) <(golint ./...)
Expand Down

0 comments on commit e423956

Please sign in to comment.