forked from jshiffer/go-xmpp
Move testing to Codeship
This commit is contained in:
@@ -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 ./...
|
||||
Reference in New Issue
Block a user