summaryrefslogtreecommitdiff
path: root/vendor/github.com/libvirt/libvirt-go-xml/.travis.yml
blob: 5e6be774ee52e9f4971af1dd1296b92fd49ffe12 (plain)
1
2
3
4
5
6
7
8
9
10
11
language: go
os: linux
dist: trusty

go:
  - 1.5
  - 1.6
  - 1.7

script:
  go test -timeout 1m -v