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

go:
  - 1.5

before_install:
  - sudo apt-get -qq update
  - sudo apt-get install -y libvirt-dev

install:
  - go get
  - go build .
  - find .
  - go test ./...