Skip to content

Commit 08da095

Browse files
author
Aadi Bajpai
authored
Update .travis.yml
Space b/w parentheses and angle bracket gives an error. The Z flag fails the build if there are upload issues so we are notified, https://docs.codecov.io/docs/about-the-codecov-bash-uploader#section-uploading-process
1 parent e2e68da commit 08da095

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ branches:
3030
- master
3131

3232
after_success:
33-
- bash < (curl -s https://codecov.io/bash)
33+
- bash <(curl -s https://codecov.io/bash) -Z

0 commit comments

Comments
 (0)