本站源代码
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

31 lignes
633B

  1. language: go
  2. sudo: false
  3. install:
  4. - go get -t github.com/RoaringBitmap/roaring
  5. - go get -t golang.org/x/tools/cmd/cover
  6. - go get -t github.com/mattn/goveralls
  7. - go get -t github.com/mschoch/smat
  8. notifications:
  9. email: false
  10. go:
  11. - 1.7.x
  12. - 1.8.x
  13. - 1.9.x
  14. - 1.10.x
  15. - tip
  16. # whitelist
  17. branches:
  18. only:
  19. - master
  20. script:
  21. - goveralls -v -service travis-ci -ignore arraycontainer_gen.go,bitmapcontainer_gen.go,rle16_gen.go,rle_gen.go,roaringarray_gen.go,rle.go || go test
  22. - go test -race -run TestConcurrent*
  23. - GOARCH=arm64 go build
  24. - GOARCH=386 go build
  25. - GOARCH=386 go test
  26. - GOARCH=arm go build
  27. matrix:
  28. allow_failures:
  29. - go: tip
上海开阖软件有限公司 沪ICP备12045867号-1