diff options
| author | Eugen Wissner <belka@caraus.de> | 2017-05-11 13:11:12 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2017-05-11 13:11:12 +0200 |
| commit | f264fd5597df22c45f75166db385f84ab3b1a4e3 (patch) | |
| tree | 648c4522d3ae66e117657aa69555882c781961c5 /.travis.yml | |
| parent | 9e75620f1bb4a2e7c9c811746baacf050c071b40 (diff) | |
| download | tanya-f264fd5597df22c45f75166db385f84ab3b1a4e3.tar.gz | |
Generate unittest coverage information
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index dcf0b68..126b85c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,4 +17,7 @@ env: - ARCH=x86_64 script: - - dub test --arch=$ARCH + - dub test -b unittest-cov --arch=$ARCH + +after_success: + - bash <(curl -s https://codecov.io/bash) |
