Skip to content

Commit 5123e95

Browse files
committed
Update .travis.yml
1 parent 84c7d05 commit 5123e95

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
@@ -19,4 +19,4 @@ script:
1919
- go test -v -covermode=count -coverprofile=coverage.out ./...
2020
- go vet ./...
2121
- test -z "$(gofmt -d -s . | tee /dev/stderr)"
22-
- $HOME/gopath/bin/goveralls -coverprofile=coverage.out -service=travis-ci
22+
- $HOME/gopath/bin/goveralls -coverprofile=coverage.out -service=travis-ci

0 commit comments

Comments
 (0)