mirror of https://github.com/mum4k/termdash.git
Moving scripts to internal subdirectory.
This commit is contained in:
parent
2ff1818c0e
commit
d177ad792e
|
@ -11,7 +11,7 @@ script:
|
|||
- go test -race ./...
|
||||
- go vet ./...
|
||||
- diff -u <(echo -n) <(gofmt -d -s .)
|
||||
- diff -u <(echo -n) <(./scripts/autogen_licences.sh .)
|
||||
- diff -u <(echo -n) <(./internal/scripts/autogen_licences.sh .)
|
||||
- diff -u <(echo -n) <(golint ./...)
|
||||
after_success:
|
||||
- ./scripts/coverage.sh
|
||||
|
|
Loading…
Reference in New Issue