diff --git a/codeship-steps.yml b/codeship-steps.yml index 6d52d49..e9d19be 100644 --- a/codeship-steps.yml +++ b/codeship-steps.yml @@ -5,4 +5,4 @@ command: ./test.sh - name: codecov service: build - command: bash <(curl -s https://codecov.io/bash) + command: bash -c "curl -s https://codecov.io/bash"