You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
313 B

  1. language: go
  2. go:
  3. - 1.6.x
  4. - 1.7.x
  5. - 1.8.x
  6. - tip
  7. env:
  8. - GOMAXPROCS=4 GORACE=halt_on_error=1
  9. install:
  10. - go get github.com/stretchr/testify/assert
  11. - go get gopkg.in/gemnasium/logrus-airbrake-hook.v2
  12. - go get golang.org/x/sys/unix
  13. - go get golang.org/x/sys/windows
  14. script:
  15. - go test -race -v ./...