Skip to content

Commit

Permalink
ci: add copyright checks to travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
dtebbs committed Dec 18, 2019
1 parent 748ef3a commit 76f72b7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/ci
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ function format_check() {
cat format_errors
exit 1
fi

# Perform the check for copyright notices here
scripts/check_copyright
}

function pyclient_check() {
Expand Down

0 comments on commit 76f72b7

Please sign in to comment.