Skip to content

Commit

Permalink
fix shippable ci
Browse files Browse the repository at this point in the history
  • Loading branch information
DarienRaymond committed Aug 6, 2018
1 parent ed39bcb commit dc5e4d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shippable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/...

0 comments on commit dc5e4d1

Please sign in to comment.