Commit 90254d0d authored by Daniel Gustafsson's avatar Daniel Gustafsson
Browse files

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 f7bdf4b2.

After discussion with: Daniel Stenberg
parent 13f09f6f
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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