1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-28 06:46:14 -04:00

fix shippable ci

This commit is contained in:
Darien Raymond 2018-08-06 12:13:58 +02:00
parent ed39bcbac2
commit dc5e4d1686
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169

View File

@ -13,6 +13,7 @@ build:
- curl -L -o golang.tar.gz https://dl.google.com/go/go1.10.3.linux-arm64.tar.gz
- tar -C /usr/local -xzf golang.tar.gz
- export PATH=$PATH:/usr/local/go/bin
- export GOPATH=/v2ray
- go get -u v2ray.com/core/...
- go get -u v2ray.com/ext/...
- go test -p 1 -v v2ray.com/core/...