go-libvirt-plain/.travis.yml
2016-08-31 16:58:56 -04:00

14 lines
236 B
YAML

language: go
go:
- 1.7
before_install:
- go get github.com/golang/lint/golint
before_script:
- go get -d ./...
script:
- ./scripts/licensecheck.sh
- go build ./...
- ./scripts/golint.sh
- go vet ./...
- go test -v ./...