summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/microcosm-cc/bluemonday/.travis.yml
blob: 5694dace7f70155d1aacf1a68047fcb686999bbb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
language: go
go:
  - 1.1
  - 1.2
  - 1.3
  - 1.4
  - 1.5
  - 1.6
  - 1.7
  - tip
matrix:
  allow_failures:
    - go: tip
  fast_finish: true
install:
  - go get golang.org/x/net/html
script:
  - go test -v ./...