浏览代码

2nd try of coveralls integration

Stasik0 10 年之前
父节点
当前提交
24f1c84eaf
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      .travis.yml

+ 3 - 1
.travis.yml

@@ -45,4 +45,6 @@ after_success:
    - cd ..
    - rm -rf open62541
    - ./tools/.coverity.sh
-   - coveralls --exclude examples --exclude tests --exclude wrappers
+   - cd src
+   - coveralls
+   - cd ..