Moving scripts to internal subdirectory.

This commit is contained in:
Jakub Sobon 2019-02-23 21:12:41 -05:00
parent 2ff1818c0e
commit d177ad792e
No known key found for this signature in database
GPG Key ID: F2451A77FB05D3B7
3 changed files with 1 additions and 1 deletions

View File

@ -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