summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/avct/uasurfer/.travis.yml
blob: 77b64e6f2612608be7699ecf6f64f4ae807b0fa5 (plain)
1
2
3
4
5
6
7
8
9
10
11
sudo: false
 
language: go
 
go:
  - 1.9.x
  - 1.8.x
  - 1.7.x
 
script:
  - go test