소스 검색

Try to correct build scripts

bel 9 년 전
부모
커밋
2617029971
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -2480,5 +2480,5 @@ script:
 
 after_success:
   - if [ "${BUILD_TYPE}" == "Coverage" -a "${TRAVIS_OS_NAME}" == "linux" ]; then
-      coveralls --include src --include include --gcov-options '\-lp' --root .. --build-root .;
+      coveralls --include src --exclude main.c --include include --gcov-options '\-lp' --root .. --build-root .;
     fi