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.
 
 
 

11 lines
86 B

  1. language: go
  2. go:
  3. - 1.1
  4. - 1.2
  5. - 1.3
  6. - release
  7. - tip
  8. script:
  9. - go test -v ./...