Use Codeship syntax example

This commit is contained in:
Mickael Remond 2018-01-01 19:15:23 +01:00
parent 76a6d35a8b
commit 06cb1804a8
No known key found for this signature in database
GPG key ID: E6F6045D79965AA3

View file

@ -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"