aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-05-14 00:05:03 +0200
committerDaniel Stenberg <daniel@haxx.se>2020-05-15 08:54:26 +0200
commit5d54b5e6971cf26b35d11980d6953bf436419752 (patch)
tree642da54c379b3173720fe30b3e8b48d40fbfb923
parent449e54b483ccad4abfdf62e5500190a8c084cee0 (diff)
travis: remove the .checksrc fiddling
-rwxr-xr-xscripts/travis/script.sh2
1 files changed, 0 insertions, 2 deletions
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