소스 검색

codecov test

Andreas Mülder 9 년 전
부모
커밋
7868af2a59
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      .travis.yml

+ 2 - 0
.travis.yml

@@ -49,3 +49,5 @@ deploy:
   on:
     tags: Yakindu/statecharts
     condition: "$TRAVIS_TAG =~ ^release.*$"
+after_success:
+  - bash <(curl -s https://codecov.io/bash)