Command line client for Write.as https://write.as/apps/cli
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.

22 lines
237 B

  1. language: go
  2. go:
  3. - 1.1
  4. - 1.2
  5. - 1.3
  6. - 1.4
  7. - 1.5
  8. - 1.6
  9. - 1.7
  10. - 1.8
  11. - 1.9
  12. - 1.10
  13. - tip
  14. matrix:
  15. allow_failures:
  16. - go: tip
  17. fast_finish: true
  18. install:
  19. - go get golang.org/x/net/html
  20. script:
  21. - go test -v ./...