Add ci test with the testify and travis, test the working

This commit is contained in:
toranger
2019-01-31 10:27:19 +08:00
parent 44c9c3fb79
commit c323f1b90c
12 changed files with 562 additions and 22 deletions

View File

@@ -17,4 +17,6 @@ lint:
.PHONY: example
example:
cd examples && sh test.sh
cd example && sh test.sh
ci-test:
cd costesting && go test -v