소스 검색

travis: remove the .checksrc fiddling

Daniel Stenberg 4 년 전
부모
커밋
5d54b5e697
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      scripts/travis/script.sh

+ 0 - 2
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