diff options
author | Daniel Gustafsson <daniel@yesql.se> | 2019-01-11 00:16:30 +0100 |
---|---|---|
committer | Daniel Gustafsson <daniel@yesql.se> | 2019-01-11 00:21:27 +0100 |
commit | 90254d0d65a6a99d3c970e64ad396610d51f69af (patch) | |
tree | a24250f202e114c89a22a917e71fb88f7f90ba18 /.travis.yml | |
parent | 13f09f6f6b845bc3ff3ba4699ed7e8120296fac0 (diff) | |
download | curl-90254d0d65a6a99d3c970e64ad396610d51f69af.tar.gz |
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 f7bdf4b2e1d81b2652b81b9b3029927589273b41.
After discussion with: Daniel Stenberg
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index d7e1cda5b..3102a474c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 |