Mirror of github.com/gissleh/irc
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
218 B

  1. workspace:
  2. base: /go
  3. path: src/git.aiterp.net/gisle/irc
  4. pipeline:
  5. test:
  6. image: golang:${GO_VERSION}
  7. commands:
  8. - go test ./... -v
  9. matrix:
  10. GO_VERSION:
  11. - latest
  12. - "1.10"
  13. - "1.9"
  14. - "1.8"