Move testing to Codeship

This commit is contained in:
Mickael Remond
2018-01-01 18:23:36 +01:00
parent 710174b165
commit 4f4a106602
2 changed files with 9 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
build:
build:
image: fluux/build
dockerfile: docker/build/Dockerfile
+5
View File
@@ -0,0 +1,5 @@
- type: serial
steps:
- name: test
service: build
command: go test -v ./...