Pārlūkot izejas kodu

Try to correct build scripts

bel 9 gadi atpakaļ
vecāks
revīzija
2617029971
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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