Skip to content

Commit

Permalink
Fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
babolivier committed Aug 22, 2017
1 parent 5dcac9d commit f173dc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -4,7 +4,7 @@ go:
install:
- go get github.com/golang/lint/golint
- go get github.com/fzipp/gocyclo
- go get github.com/Sirupsen/logrus
- go get github.com/sirupsen/logrus
- go get github.com/mattn/goveralls
script:
- ./hooks/pre-commit
Expand Down
2 changes: 1 addition & 1 deletion json_test.go
Expand Up @@ -7,7 +7,7 @@ import (
"net/http/httptest"
"testing"

log "github.com/Sirupsen/logrus"
log "github.com/sirupsen/logrus"
)

type MockJSONRequestHandler struct {
Expand Down

0 comments on commit f173dc1

Please sign in to comment.