ソースを参照

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 ..