浏览代码

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