summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gustafsson <daniel@yesql.se>2018-12-03 23:18:59 +0100
committerDaniel Gustafsson <daniel@yesql.se>2018-12-03 23:18:59 +0100
commitf7bdf4b2e1d81b2652b81b9b3029927589273b41 (patch)
tree8a0aaa1458b2fcde48740f4ec5666c9ee1937512
parent6381708970ff82173c59c5a49793535b55200003 (diff)
downloadcurl-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.yml3
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