mirror of https://github.com/mum4k/termdash.git
Fixing invalid path to autogen_licenses script.
This commit is contained in:
parent
6aaa8f312d
commit
231073378f
|
@ -16,7 +16,7 @@ script:
|
|||
- CGO_ENABLED=1 go test -mod=mod -race ./...
|
||||
- go vet ./...
|
||||
- diff -u <(echo -n) <(gofmt -d -s .)
|
||||
- diff -u <(echo -n) <(./internal/scripts/autogen_licences.sh .)
|
||||
- diff -u <(echo -n) <(./private/scripts/autogen_licences.sh .)
|
||||
- diff -u <(echo -n) <(golint ./...)
|
||||
- $GOPATH/bin/goveralls -coverprofile=coverage.out -service=travis-ci -repotoken $COVERALLS_TOKEN
|
||||
env:
|
||||
|
|
Loading…
Reference in New Issue