Skip to content

Commit 9fb7a10

Browse files
committed
Changed travis config
Signed-off-by: Vishal Rana <[email protected]>
1 parent 4a5e0d5 commit 9fb7a10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ before_install:
66
- go get github.com/mattn/goveralls
77
- go get golang.org/x/tools/cmd/cover
88
script:
9-
- go test ./color -coverprofile=color.coverprofile
9+
- go test -coverprofile=color.coverprofile ./color
1010
- $HOME/gopath/bin/gover
1111
- $HOME/gopath/bin/goveralls -coverprofile=gover.coverprofile -service=travis-ci

0 commit comments

Comments
 (0)