mirror of
https://github.com/curl/curl.git
synced 2026-08-03 19:30:30 +03:00
travis: enable COPYRIGHTYEAR extended warning
The extended warning for checking incorrect COPYRIGHTYEAR is quite expensive to run, so rather than expecting every developer to do it we ensure it's turned on locally for Travis.
This commit is contained in:
parent
6381708970
commit
f7bdf4b2e1
1 changed files with 3 additions and 0 deletions
|
|
@ -327,6 +327,9 @@ script:
|
|||
make test-nonflaky
|
||||
fi
|
||||
if [ -n $CHECKSRC ]; then
|
||||
echo "enable COPYRIGHTYEAR" > "lib/.checksrc"
|
||||
echo "enable COPYRIGHTYEAR" > "src/.checksrc"
|
||||
echo "enable COPYRIGHTYEAR" > "include/curl/.checksrc"
|
||||
make checksrc
|
||||
fi
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue