summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index ea6cbb38..687158cf 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,6 +17,7 @@ before_install:
- sudo make install
- sudo libvirtd -d
- popd
+ - go get github.com/mattn/goveralls
- go get -u github.com/govend/govend
- govend -v
@@ -28,3 +29,4 @@ install:
# code
script:
- go test ./libvirt
+ - $HOME/gopath/bin/goveralls -service=travis-ci