diff options
author | Daniel Stenberg <daniel@haxx.se> | 2020-05-14 00:05:03 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-05-15 08:54:26 +0200 |
commit | 5d54b5e6971cf26b35d11980d6953bf436419752 (patch) | |
tree | 642da54c379b3173720fe30b3e8b48d40fbfb923 /scripts | |
parent | 449e54b483ccad4abfdf62e5500190a8c084cee0 (diff) | |
download | curl-5d54b5e6971cf26b35d11980d6953bf436419752.tar.gz |
travis: remove the .checksrc fiddling
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/travis/script.sh | 2 |
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 |