Enabling autogen for licences again.

This commit is contained in:
Jakub Sobon 2018-07-01 17:23:35 -04:00
parent 25690e78aa
commit 85100462a1
No known key found for this signature in database
GPG Key ID: F2451A77FB05D3B7
1 changed files with 1 additions and 2 deletions

View File

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