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

go:
  - 1.5

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

install:
  - go get github.com/mitchellh/gox
  - go get
  - go build .
  - find .
  - go test ./...