1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-10-02 16:56:02 -04:00
v2fly/shippable.yml

15 lines
185 B
YAML
Raw Normal View History

2018-08-06 04:58:00 -04:00
language: go
go:
2018-08-06 05:00:49 -04:00
- "1.10"
branches:
only:
- master
2018-08-06 04:58:00 -04:00
build:
ci:
- go get -u v2ray.com/core/...
- go get -u v2ray.com/ext/...
- go test -p 1 -v v2ray.com/core/...