Alternative TLS implementation in Go
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.

16 lines
143 B

  1. sudo: required
  2. language: go
  3. services:
  4. - docker
  5. go:
  6. - 1.11.x
  7. - 1.12.x
  8. matrix:
  9. fast_finish: true
  10. script:
  11. - go test -v -race -run=.