aboutsummaryrefslogtreecommitdiff
path: root/vendor/github.com/PuerkitoBio/urlesc/.travis.yml
blob: ba6b225f91e2f23893b0eda4c94742ec1fc8cabb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
language: go

go:
  - 1.4.x
  - 1.5.x
  - 1.6.x
  - 1.7.x
  - 1.8.x
  - tip

install:
  - go build .

script:
  - go test -v