Skip to content

Commit df98e9d

Browse files
committed
Updated travis run command
1 parent 82ce801 commit df98e9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ travis_install:
110110

111111

112112
travis_run: build
113-
go test -v -covermode=count -coverprofile=profile.cov
113+
godep go test -v -covermode=count $(foreach int, $(SRC) $(PACKAGES), ./$(int))
114114

115115

116116
golint:

0 commit comments

Comments
 (0)