Commit f7bdf4b2 authored by Daniel Gustafsson's avatar Daniel Gustafsson
Browse files

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.
parent 63817089
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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