go-xmpp/codeship-steps.yml

9 lines
173 B
YAML
Raw Normal View History

2018-01-01 17:23:36 +00:00
- type: serial
steps:
- name: test
service: build
2018-01-01 18:02:30 +00:00
command: ./test.sh
2018-01-01 17:57:56 +00:00
- name: codecov
service: build
command: bash -c "curl -s https://codecov.io/bash"