shippable.yml 232 B

1234567891011121314151617
  1. language: go
  2. runtime:
  3. nodePool: shippable_shared_aarch64
  4. go:
  5. - "1.10"
  6. branches:
  7. only:
  8. - master
  9. build:
  10. ci:
  11. - go get -u v2ray.com/core/...
  12. - go get -u v2ray.com/ext/...
  13. - go test -p 1 -v v2ray.com/core/...