Skip to content

Commit

Permalink
fix shippable ci
Browse files Browse the repository at this point in the history
  • Loading branch information
DarienRaymond committed Sep 17, 2018
1 parent 2f28d38 commit 1f95281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shippable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ build:
- tar -C /usr/local -xzf golang.tar.gz
- export PATH=$PATH:/usr/local/go/bin
- export GOPATH=/v2ray
- sudo setcap cap_net_admin=eip /usr/loca/go/bin/go
- sudo setcap cap_net_admin=eip /usr/local/go/bin/go
- go get v2ray.com/core/...
- go get v2ray.com/ext/...
- go test -p 1 -v v2ray.com/core/...

0 comments on commit 1f95281

Please sign in to comment.