mirror of https://github.com/mum4k/termdash.git
Enabling autogen for licences again.
This commit is contained in:
parent
25690e78aa
commit
85100462a1
|
@ -10,7 +10,6 @@ script:
|
|||
- go test -race ./...
|
||||
- go vet ./...
|
||||
- diff -u <(echo -n) <(gofmt -d -s .)
|
||||
- ./scripts/autogen_licences.sh .
|
||||
#- diff -u <(echo -n) <(./scripts/autogen_licences.sh .)
|
||||
- diff -u <(echo -n) <(./scripts/autogen_licences.sh .)
|
||||
after_success:
|
||||
- ./scripts/coverage.sh
|
||||
|
|
Loading…
Reference in New Issue