travis: turn off copyright year checks in checksrc

Invoking the maintainer intended COPYRIGHTYEAR check for everyone
in the PR pipeline is too invasive, especially at the turn of the
year when many files get affected. Remove and leave it as a tool
for maintainers to verify patches before commits.

This reverts f7bdf4b2e1.

After discussion with: Daniel Stenberg
This commit is contained in:
Daniel Gustafsson 2019-01-11 00:16:30 +01:00
parent 13f09f6f6b
commit 90254d0d65
1 changed files with 0 additions and 3 deletions

View File

@ -327,9 +327,6 @@ 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