summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/jaytaylor/html2text/.travis.yml
blob: 2e8ae2860489703056f8f7a8f46592ddcecaf4f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
language: go
go:
  # n.b. For golang release history, see https://golang.org/doc/devel/release.html
  - tip
  - "1.13.8"
  - "1.12.17"
  - "1.11.13"
  - "1.10.8"
  - "1.9.7"
notifications:
  email:
    on_success: change
    on_failure: always