mirror of
https://github.com/moparisthebest/curl
synced 2025-01-11 14:08:07 -05: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
@ -327,6 +327,9 @@ script:
|
|||||||
make test-nonflaky
|
make test-nonflaky
|
||||||
fi
|
fi
|
||||||
if [ -n $CHECKSRC ]; then
|
if [ -n $CHECKSRC ]; then
|
||||||
|
echo "enable COPYRIGHTYEAR" > "lib/.checksrc"
|
||||||
|
echo "enable COPYRIGHTYEAR" > "src/.checksrc"
|
||||||
|
echo "enable COPYRIGHTYEAR" > "include/curl/.checksrc"
|
||||||
make checksrc
|
make checksrc
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user