mirror of
https://github.com/FluuxIO/go-xmpp.git
synced 2024-11-21 18:12:00 -08:00
9 lines
171 B
YAML
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)
|