summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/jaytaylor/html2text/.travis.yml
blob: 6f150c2dc8f9d561a2ee968abed65cb974dad578 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
language: go
go:
  - tip
  - 1.7
  - 1.6
  - 1.5
  - 1.4
  - 1.3
  - 1.2
notifications:
  email:
    on_success: change
    on_failure: always