Move testing to Codeship
This commit is contained in:
parent
710174b165
commit
4f4a106602
4
codeship-services.yml
Normal file
4
codeship-services.yml
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
build:
|
||||||
|
build:
|
||||||
|
image: fluux/build
|
||||||
|
dockerfile: docker/build/Dockerfile
|
5
codeship-steps.yml
Normal file
5
codeship-steps.yml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
- type: serial
|
||||||
|
steps:
|
||||||
|
- name: test
|
||||||
|
service: build
|
||||||
|
command: go test -v ./...
|
Loading…
Reference in a new issue