From cf2874632223220e0445abf0a7806dc772c0b37a Mon Sep 17 00:00:00 2001 From: Máximo Cuadros Date: Fri, 23 Oct 2015 12:16:36 +0200 Subject: fixing routes --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 7435821..235ad5d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,7 @@ script: - tail -n +2 tmp.out >> coverage.out - go test -v gopkg.in/src-d/go-git.v2/packfile -covermode=count -coverprofile=tmp.out - tail -n +2 tmp.out >> coverage.out - - go test -v gopkg.in/src-d/go-git.v2/pktline -covermode=count -coverprofile=tmp.out + - go test -v gopkg.in/src-d/go-git.v2/formats/pktline -covermode=count -coverprofile=tmp.out - tail -n +2 tmp.out >> coverage.out after_success: -- cgit