diff --git a/shippable.yml b/shippable.yml new file mode 100644 index 00000000..96df3e63 --- /dev/null +++ b/shippable.yml @@ -0,0 +1,10 @@ +language: go + +go: + - 1.10 + +build: + ci: + - go get -u v2ray.com/core/... + - go get -u v2ray.com/ext/... + - go test -p 1 -v v2ray.com/core/...