Skip to content

Commit fdb9389

Browse files
committed
[build] Run codecov only after success in Travis.
1 parent 637d439 commit fdb9389

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ script:
9595
- if [ "$TRAVIS_COMPILER" != "x86_64-w64-mingw32-g++" ]; then
9696
./test-srt --gtest_filter="-$TESTS_IPv6";
9797
fi
98+
after_success:
9899
- if (( "$RUN_CODECOV" )); then
99100
source ./scripts/collect-gcov.sh;
100101
bash <(curl -s https://codecov.io/bash);

0 commit comments

Comments
 (0)