summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/go-macaron/captcha/.travis.yml
blob: 81680f0f025336b890b46fe7fa6820d72c888d51 (plain)
1
2
3
4
5
6
7
8
9
10
sudo: false
language: go
go:
  - 1.6.x
  - 1.7.x
  - 1.8.x
  - 1.9.x
  - 1.10.x

script: go test -v -cover -race