go-xmpp/codeship-steps.yml
2018-01-01 19:04:48 +01:00

9 lines
171 B
YAML

- type: serial
steps:
- name: test
service: build
command: ./test.sh
- name: codecov
service: build
command: bash <(curl -s https://codecov.io/bash)