Use Codeship syntax example
This commit is contained in:
parent
76a6d35a8b
commit
06cb1804a8
|
@ -5,4 +5,4 @@
|
||||||
command: ./test.sh
|
command: ./test.sh
|
||||||
- name: codecov
|
- name: codecov
|
||||||
service: build
|
service: build
|
||||||
command: bash <(curl -s https://codecov.io/bash)
|
command: bash -c "curl -s https://codecov.io/bash"
|
||||||
|
|
Loading…
Reference in a new issue