From 5d54b5e6971cf26b35d11980d6953bf436419752 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 14 May 2020 00:05:03 +0200 Subject: travis: remove the .checksrc fiddling --- scripts/travis/script.sh | 2 -- 1 file changed, 2 deletions(-) (limited to 'scripts') diff --git a/scripts/travis/script.sh b/scripts/travis/script.sh index 2b20a9910..b71f20a66 100755 --- a/scripts/travis/script.sh +++ b/scripts/travis/script.sh @@ -85,8 +85,6 @@ if [ "$T" = "normal" ]; then make test-nonflaky fi if [ -n $CHECKSRC ]; then - echo "enable COPYRIGHTYEAR" > ./docs/examples/.checksrc - echo "enable COPYRIGHTYEAR" > ./include/curl/.checksrc make checksrc fi fi -- cgit v1.2.3