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.

.travis.yml 212B

123456789101112131415161718
  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. - tip
  11. matrix:
  12. allow_failures:
  13. - go: tip
  14. fast_finish: true
  15. install:
  16. - go get golang.org/x/net/html
  17. script:
  18. - go test -v ./...