Browse Source

Try to correct build scripts

bel 9 năm trước cách đây
mục cha
commit
2617029971
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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