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

go:
  - 1.8
install: true
before_script:
  - go get github.com/mattn/goveralls
  - sudo bash ./travis/setup-host
  - sudo lxc exec libvirt -- bash /code/travis/setup-guest
script:
  - sudo lxc exec libvirt -- bash /code/travis/run-tests-inside-guest
  - sudo lxc file pull libvirt/root/go/src/github.com/dmacvicar/terraform-provider-libvirt/profile.cov .
  - goveralls -coverprofile=profile.cov -service=travis-ci