summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index eb17b82c..70cc14a0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,8 +9,9 @@ install: true
before_script:
- go get github.com/mattn/goveralls
- go get github.com/golang/lint/golint
-apt:
- packages:
+addons:
+ apt:
+ packages:
- libvirt-dev
script:
- make gofmtcheck