Skip to content

Commit 71f0e0c

Browse files
committed
Travis will error gracefully already if codecov doesn't exist
1 parent 6864d8a commit 71f0e0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ script:
2929
- make travis-lint-$TEST_SUITE
3030
- make travis-test-$TEST_SUITE
3131
after_success:
32-
- which -s codecov && codecov -e TEST_SUITE
32+
- codecov -e TEST_SUITE

0 commit comments

Comments
 (0)