summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 4714805e455ba8abfbc9b39198a434cd2e4902d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
dist:     trusty
sudo:     false
language: go

go:
  - 1.9
go_import_path: github.com/dmacvicar/terraform-provider-libvirt
install:        true
before_script:
  - go get github.com/mattn/goveralls
  - go get github.com/golang/lint/golint
script:
  - make gofmtcheck
  - make vet
  - golint -set_exit_status libvirt/
  - goveralls -coverprofile=profile.cov -service=travis-ci