go-libvirt-plain/.travis.yml

14 lines
238 B
YAML
Raw Normal View History

2016-05-20 03:05:37 +03:00
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 ./...