From f173dc17d0cf5fa99618120fefb63c57a5153171 Mon Sep 17 00:00:00 2001 From: Brendan Abolivier Date: Tue, 22 Aug 2017 16:15:51 +0100 Subject: [PATCH] Fix travis --- .travis.yml | 2 +- json_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 665b165..3829e86 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/json_test.go b/json_test.go index aeb5a9e..7071d30 100644 --- a/json_test.go +++ b/json_test.go @@ -7,7 +7,7 @@ import ( "net/http/httptest" "testing" - log "github.com/Sirupsen/logrus" + log "github.com/sirupsen/logrus" ) type MockJSONRequestHandler struct {