go-libvirt-plain/.travis.yml
2016-05-19 19:40:34 -06:00

14 lines
238 B
YAML

language: go
go:
- 1.6.2
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 ./...