Move testing to Codeship

This commit is contained in:
Mickael Remond 2018-01-01 18:23:36 +01:00
parent 710174b165
commit 4f4a106602
No known key found for this signature in database
GPG key ID: E6F6045D79965AA3
2 changed files with 9 additions and 0 deletions

4
codeship-services.yml Normal file
View file

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

5
codeship-steps.yml Normal file
View file

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