diff options
author | Ranke Johannes <johannes.ranke@agroscope.admin.ch> | 2024-07-23 08:52:53 +0200 |
---|---|---|
committer | Ranke Johannes <johannes.ranke@agroscope.admin.ch> | 2024-07-23 08:52:53 +0200 |
commit | 2205447631adad70f508121d1acc0630ae0250a4 (patch) | |
tree | a8e1f5f56618ed1327be439082f8620926e0b9ff | |
parent | 5f397495dd3552fbf5cba8aed17d3719af40d7d1 (diff) |
Try to convince travis to complete the coverage report
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 3aec6949..378f89eb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,4 +26,4 @@ after_failure: - ./run.sh dump_logs after_success: - - travis_wait 30 ./run.sh coverage + - travis_wait 35 ./run.sh coverage |