Move testing to Codeship

disco_info_form
Mickael Remond 6 years ago
parent 710174b165
commit 4f4a106602
No known key found for this signature in database
GPG Key ID: E6F6045D79965AA3

@ -0,0 +1,4 @@
build:
build:
image: fluux/build
dockerfile: docker/build/Dockerfile

@ -0,0 +1,5 @@
- type: serial
steps:
- name: test
service: build
command: go test -v ./...
Loading…
Cancel
Save