diff options
author | Daniel Gustafsson <daniel@yesql.se> | 2018-12-03 23:18:59 +0100 |
---|---|---|
committer | Daniel Gustafsson <daniel@yesql.se> | 2018-12-03 23:18:59 +0100 |
commit | f7bdf4b2e1d81b2652b81b9b3029927589273b41 (patch) | |
tree | 8a0aaa1458b2fcde48740f4ec5666c9ee1937512 | |
parent | 6381708970ff82173c59c5a49793535b55200003 (diff) | |
download | curl-f7bdf4b2e1d81b2652b81b9b3029927589273b41.tar.gz |
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.
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 3102a474c..d7e1cda5b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 |