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

fix travis yml and test

fix travis yml and test

Fix yml and import package

fix

fix ci_test

go on test

ci

Remote other infos
This commit is contained in:
toranger
2019-01-31 10:27:19 +08:00
parent 44c9c3fb79
commit 4cc9e08da1
12 changed files with 570 additions and 23 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash
function run() {
run() {
go run "$@"
if [ $? -ne 0 ]